/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 496 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 …]
|
D | MCContext.cpp | 435 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/ |
D | MCObjectFileInfo.cpp | 504 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 …]
|
D | MCContext.cpp | 558 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/ |
D | MCObjectFileInfo.cpp | 593 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 …]
|
D | MCContext.cpp | 387 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/ |
D | Win64EHDumper.cpp | 185 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()
|
D | COFFDumper.cpp | 202 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/ |
D | Win64EHDumper.cpp | 159 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()
|
D | ARMWinEHPrinter.cpp | 516 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()
|
D | COFFDumper.cpp | 152 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/ |
D | COFFMasmParser.cpp | 249 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1322 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/ |
D | MCContext.h | 400 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 406 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 410 MCSectionCOFF *getCOFFSection(StringRef Section);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1527 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/ |
D | coff2yaml.cpp | 120 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/ |
D | TargetLoweringObjectFileImpl.cpp | 912 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/ |
D | X86TargetObjectFile.cpp | 164 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 171 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress() 456 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 525 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 531 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 469 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 475 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 358 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/ |
D | RTDyldObjectLinkingLayer.cpp | 191 auto &COFFSec = *COFFObj->getCOFFSection(**Sec); in onObjLoad()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 172 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/ |
D | COFFObjectFile.cpp | 459 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()
|