| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 789 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo() 790 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo() 793 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 795 Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata(), in initWasmMCObjectFileInfo() 797 DwarfStrSection = Ctx->getWasmSection( in initWasmMCObjectFileInfo() 800 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 802 Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 803 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 805 Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 807 Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 674 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext 684 return getWasmSection(Section, K, Flags, GroupSym, UniqueID, BeginSymName); in getWasmSection() 687 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 614 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 616 return getWasmSection(Section, K, Flags, nullptr); 619 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 621 return getWasmSection(Section, K, Flags, "", ~0, BeginSymName); in getWasmSection() 624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 627 return getWasmSection(Section, K, Flags, Group, UniqueID, nullptr); in getWasmSection() 630 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 634 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
| H A D | Reader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 328 OutContext.getWasmSection(SectionName, SectionKind::getMetadata()); in emitEndOfAsmFile() 367 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 431 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 130 const WasmSection &getWasmSection(const SectionRef &Section) const; 239 const WasmSection &getWasmSection(DataRefImpl Ref) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 114 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dumpCustomSection() 199 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1669 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText() 1673 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData() 1688 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end() 1766 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile 1772 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile 1773 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2047 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2081 return Ctx.getWasmSection(Name, Kind, Flags, Group, UniqueID); in selectWasmSectionForGlobal() 2132 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm() 2143 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1073 getContext().getWasmSection(SecName, SectionKind::getText(), 0, Group, in doBeforeLabelEmit()
|