Home
last modified time | relevance | path

Searched refs:getWasmSection (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp779 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo()
780 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo()
783 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
785 Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
787 Ctx->getWasmSection(".debug_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
789 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
791 Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
792 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
794 Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
796 Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
[all …]
DMCContext.cpp619 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext
628 return getWasmSection(Section, K, GroupSym, UniqueID, BeginSymName); in getWasmSection()
631 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp746 TextSection = Ctx->getWasmSection(".text", SectionKind::getText()); in initWasmMCObjectFileInfo()
747 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo()
750 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
752 Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
754 Ctx->getWasmSection(".debug_str", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
756 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
758 Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
759 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
761 Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
763 Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
[all …]
DMCContext.cpp496 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function in MCContext
505 return getWasmSection(Section, K, GroupSym, UniqueID, BeginSymName); in getWasmSection()
508 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() function in MCContext
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h543 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() function
544 return getWasmSection(Section, K, nullptr); in getWasmSection()
547 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
549 return getWasmSection(Section, K, "", ~0, BeginSymName); in getWasmSection()
552 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
554 return getWasmSection(Section, K, Group, UniqueID, nullptr); in getWasmSection()
557 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
561 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h487 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() function
488 return getWasmSection(Section, K, nullptr); in getWasmSection()
491 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
493 return getWasmSection(Section, K, "", ~0, BeginSymName); in getWasmSection()
496 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() function
498 return getWasmSection(Section, K, Group, UniqueID, nullptr); in getWasmSection()
501 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
505 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DReader.cpp24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create()
/external/llvm-project/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp133 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
153 auto WS = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp131 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
151 auto WS = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp168 OutContext.getWasmSection(SectionName, SectionKind::getMetadata()); in EmitEndOfAsmFile()
207 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
265 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp270 OutContext.getWasmSection(SectionName, SectionKind::getMetadata()); in emitEndOfAsmFile()
309 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
373 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h126 const WasmSection &getWasmSection(const SectionRef &Section) const;
230 const WasmSection &getWasmSection(DataRefImpl Ref) const;
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h129 const WasmSection &getWasmSection(const SectionRef &Section) const;
238 const WasmSection &getWasmSection(DataRefImpl Ref) const;
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp112 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dumpCustomSection()
197 const WasmSection &WasmSec = Obj.getWasmSection(Sec); in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1447 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
1451 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData()
1468 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1542 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile
1548 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile
1549 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1609 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
1613 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData()
1628 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end()
1706 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection() function in WasmObjectFile
1712 WasmObjectFile::getWasmSection(const SectionRef &Section) const { in getWasmSection() function in WasmObjectFile
1713 return getWasmSection(Section.getRawDataRefImpl()); in getWasmSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp157 const WasmSection &WasmSec = Obj->getWasmSection(Section); in printSectionHeaders()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1722 getContext().getWasmSection(Name, Kind, Group, in getExplicitSectionGlobal()
1755 return Ctx.getWasmSection(Name, Kind, Group, UniqueID); in selectWasmSectionForGlobal()
1806 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm()
1817 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp2007 getContext().getWasmSection(Name, Kind, Group, in getExplicitSectionGlobal()
2040 return Ctx.getWasmSection(Name, Kind, Group, UniqueID); in selectWasmSectionForGlobal()
2091 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm()
2102 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
/external/llvm-project/lld/wasm/
DInputFiles.cpp354 const WasmSection &section = wasmObj->getWasmSection(sec); in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp880 auto WS = getContext().getWasmSection(SecName, SectionKind::getText()); in doBeforeLabelEmit()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp979 auto WS = getContext().getWasmSection(SecName, SectionKind::getText()); in doBeforeLabelEmit()