| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 723 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo() 724 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo() 727 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 729 Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 731 Ctx->getWasmSection(".debug_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 733 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 735 Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 738 Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 740 Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() 745 Ctx->getWasmSection(".debug_info", SectionKind::getMetadata()); in initWasmMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 491 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext 500 return getWasmSection(Section, K, GroupSym, UniqueID, BeginSymName); in getWasmSection() 503 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 454 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() function 455 return getWasmSection(Section, K, nullptr); in getWasmSection() 458 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 460 return getWasmSection(Section, K, "", ~0, BeginSymName); in getWasmSection() 463 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function 465 return getWasmSection(Section, K, Group, UniqueID, nullptr); in getWasmSection() 468 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 472 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 127 const WasmSection &getWasmSection(const SectionRef &Section) const; 228 const WasmSection &getWasmSection(DataRefImpl Ref) const;
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1342 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText() 1346 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData() 1363 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end() 1437 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile 1443 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile 1444 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 153 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 150 OutContext.getWasmSection(SectionName, SectionKind::getMetadata()); in EmitEndOfAsmFile()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1697 return getContext().getWasmSection(Name, Kind, Group, in getExplicitSectionGlobal() 1727 return Ctx.getWasmSection(Name, Kind, Group, UniqueID); in selectWasmSectionForGlobal() 1778 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm() 1789 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
|