| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 795 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo() 796 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo() 799 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 803 DwarfStrSection = Ctx->getWasmSection( in initWasmMCObjectFileInfo() 806 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 815 Ctx->getWasmSection(".debug_macro", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 819 Ctx->getWasmSection(".debug_info", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 829 Ctx->getWasmSection(".debug_names", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 833 Ctx->getWasmSection(".debug_addr", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 874 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 689 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext 699 return getWasmSection(Section, K, Flags, GroupSym, UniqueID, BeginSymName); in getWasmSection() 702 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 619 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 621 return getWasmSection(Section, K, Flags, nullptr); 624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 626 return getWasmSection(Section, K, Flags, "", ~0, BeginSymName); in getWasmSection() 629 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 632 return getWasmSection(Section, K, Flags, Group, UniqueID, nullptr); in getWasmSection() 635 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 639 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| H A D | Reader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 401 OutContext.getWasmSection(SectionName, SectionKind::getMetadata()); in emitEndOfAsmFile() 440 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 504 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 130 const WasmSection &getWasmSection(const SectionRef &Section) const; 239 const WasmSection &getWasmSection(DataRefImpl Ref) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1670 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText() 1674 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData() 1689 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end() 1767 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile 1773 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile 1774 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2067 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2101 return Ctx.getWasmSection(Name, Kind, Flags, Group, UniqueID); in selectWasmSectionForGlobal() 2152 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm() 2163 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1107 getContext().getWasmSection(SecName, SectionKind::getText(), 0, Group, in doBeforeLabelEmit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 741 const WasmSection &Section = Obj->getWasmSection(SecI); in getWasmCodeSection()
|