Home
last modified time | relevance | path

Searched refs:getCOFFSection (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp496 Ctx->getCOFFSection(".eh_frame", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo()
508 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
512 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
518 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
522 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
530 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
538 Ctx->getCOFFSection(".debug$S", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo()
543 Ctx->getCOFFSection(".debug$T", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo()
547 COFFGlobalTypeHashesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
553 DwarfAbbrevSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
[all …]
DMCContext.cpp435 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
467 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
471 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
487 return getCOFFSection(Sec->getSectionName(), Characteristics, in getAssociativeCOFFSection()
492 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp504 Ctx->getCOFFSection(".eh_frame", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo()
516 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
520 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
526 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
530 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
538 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
546 Ctx->getCOFFSection(".debug$S", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo()
551 Ctx->getCOFFSection(".debug$T", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo()
555 COFFGlobalTypeHashesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
561 DwarfAbbrevSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
[all …]
DMCContext.cpp558 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
590 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
594 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
610 return getCOFFSection(Sec->getName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
615 return getCOFFSection(Sec->getName(), Characteristics, Sec->getKind(), "", 0, in getAssociativeCOFFSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp593 EHFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
606 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
610 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
616 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
620 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
626 Ctx->getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo()
630 Ctx->getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo()
634 StaticCtorSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
638 StaticDtorSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
652 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
[all …]
DMCContext.cpp387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
423 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection() function in MCContext
447 return getCOFFSection(Sec->getSectionName(), Characteristics, in getAssociativeCOFFSection()
452 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp185 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation()
196 return COFF.getCOFFSection(Section); in getSectionContaining()
364 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
379 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section), in printData()
DCOFFDumper.cpp202 Sec = Obj->getCOFFSection(SR); in COFFObjectDumpDelegate()
329 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
594 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1059 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1085 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
1346 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1787 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp159 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation()
313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
326 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section), in printData()
DARMWinEHPrinter.cpp516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord()
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData()
775 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName)) in dumpProcedureData()
DCOFFDumper.cpp152 Sec = Obj->getCOFFSection(SR); in COFFObjectDumpDelegate()
278 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
535 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
819 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
837 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
1106 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections()
/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp249 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch()
277 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseDirectiveSegment()
305 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseDirectiveIncludelib()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1322 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getExplicitSectionGlobal()
1377 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
1382 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
1439 return getContext().getCOFFSection( in getSectionForJumpTable()
1471 auto *S = C.getCOFFSection( in emitModuleMetadata()
1487 Ctx.getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize()
1491 Ctx.getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize()
1495 StaticCtorSection = Ctx.getCOFFSection( in Initialize()
1499 StaticDtorSection = Ctx.getCOFFSection( in Initialize()
1526 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
[all …]
/external/llvm/include/llvm/MC/
DMCContext.h400 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
406 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
410 MCSectionCOFF *getCOFFSection(StringRef Section);
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1527 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getExplicitSectionGlobal()
1586 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
1591 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
1648 return getContext().getCOFFSection( in getSectionForJumpTable()
1664 auto *S = C.getCOFFSection(Section, in emitModuleMetadata()
1786 Ctx.getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize()
1790 Ctx.getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize()
1794 StaticCtorSection = Ctx.getCOFFSection( in Initialize()
1798 StaticDtorSection = Ctx.getCOFFSection( in Initialize()
1825 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection()
[all …]
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp120 const object::coff_section *COFFSection = Obj.getCOFFSection(S); in initializeFileAndStringTable()
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp912 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getExplicitSectionGlobal()
960 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
965 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
1022 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp164 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp171 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress()
456 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h525 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
531 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h469 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
475 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp358 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
382 return ((COFFObj->getCOFFSection(Section)->Characteristics & in isReadOnlyData()
399 return COFFObj->getCOFFSection(Section)->Characteristics & in isZeroInit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp191 auto &COFFSec = *COFFObj->getCOFFSection(**Sec); in onObjLoad()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp172 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress()
456 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp459 const coff_section *Section = getCOFFSection(S); in getRvaPtr()
475 const coff_section *Section = getCOFFSection(S); in getRvaAndSizeAsBytes()
980 Result = getCOFFSection(Section); in getSection()
1150 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { in getCOFFSection() function in COFFObjectFile
1768 const coff_section *COFFSect = Obj->getCOFFSection(Section); in load()

12