| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 599 Ctx->getCOFFSection(".eh_frame", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo() 608 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 611 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 616 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 620 Ctx->getCOFFSection(".rdata", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo() 628 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo() 635 Ctx->getCOFFSection(".impcall", COFF::IMAGE_SCN_LNK_INFO); in initCOFFMCObjectFileInfo() 640 Ctx->getCOFFSection(".retplne", COFF::IMAGE_SCN_LNK_INFO); in initCOFFMCObjectFileInfo() 645 Ctx->getCOFFSection(".debug$S", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo() 649 Ctx->getCOFFSection(".debug$T", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 779 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext 814 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext 816 return getCOFFSection(Section, Characteristics, "", 0, in getCOFFSection() 832 return getCOFFSection(Sec->getName(), Characteristics, KeySym->getName(), in getAssociativeCOFFSection() 836 return getCOFFSection(Sec->getName(), Characteristics, "", 0, UniqueID); in getAssociativeCOFFSection()
|
| H A D | MCWinCOFFStreamer.cpp | 438 switchSection(Asm.getContext().getCOFFSection(".llvm_addrsig", in finishImpl() 446 switchSection(Asm.getContext().getCOFFSection(".llvm.call-graph-profile", in finishImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 1070 auto *Sec = getContext().getCOFFSection(".llvm_addrsig", in writeObject() 1093 auto *Sec = getContext().getCOFFSection(".llvm.call-graph-profile", in writeObject()
|
| H A D | MCStreamer.cpp | 858 return Context.getCOFFSection(SectionName, in getWinCFISection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 226 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation() 237 return COFF.getCOFFSection(Section); in getSectionContaining() 425 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData() 440 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section), in printData()
|
| H A D | COFFDumper.cpp | 206 Sec = Obj->getCOFFSection(SR); in COFFObjectDumpDelegate() 333 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs() 647 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() 1270 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection() 1297 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection() 1559 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders() 2012 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
|
| H A D | ARMWinEHPrinter.cpp | 1085 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 1512 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData() 1528 COFF.getSectionName(COFF.getCOFFSection(Section)); in dumpProcedureData()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 228 MCSection *Section = getContext().getCOFFSection(SectionName, Characteristics, in parseSectionSwitch() 361 MCSection *Section = getContext().getCOFFSection(SectionName, Flags, "", in parseDirectiveSegment() 392 getStreamer().switchSection(getContext().getCOFFSection( in parseDirectiveIncludelib()
|
| H A D | COFFAsmParser.cpp | 335 getStreamer().switchSection(getContext().getCOFFSection( in parseSectionSwitch()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 42 .getCOFFSection(*Section) in isThumbFunc() 71 const coff_section *CoffSec = COFFObjPtr->getCOFFSection(Sec); in getJITSymbolFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1760 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in getExplicitSectionGlobal() 1819 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in SelectSectionForGlobal() 1824 return getContext().getCOFFSection(Name, Characteristics, TmpData, in SelectSectionForGlobal() 1881 return getContext().getCOFFSection(SecName, Characteristics, COMDATSymName, in getSectionForJumpTable() 1910 auto *S = C.getCOFFSection(Section, COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in emitModuleMetadata() 1990 Ctx.getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize() 1993 Ctx.getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize() 1996 StaticCtorSection = Ctx.getCOFFSection( in Initialize() 1999 StaticDtorSection = Ctx.getCOFFSection( in Initialize() 2038 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 197 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 629 getCOFFSection(StringRef Section, unsigned Characteristics, 633 LLVM_ABI MCSectionCOFF *getCOFFSection(StringRef Section,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 226 const auto COFFSection = m_object->getCOFFSection(SecRef); in CreateSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 476 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution() 500 return ((COFFObj->getCOFFSection(Section)->Characteristics & in isReadOnlyData() 517 return COFFObj->getCOFFSection(Section)->Characteristics & in isZeroInit()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 354 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress() 620 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 237 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress() 255 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress()
|
| H A D | LVCodeViewReader.cpp | 163 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations() 717 if (Error Err = resolveSymbolName(getObj().getCOFFSection(Section), in traverseSymbolSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 268 auto &COFFSec = *COFFObj->getCOFFSection(**Sec); in onObjLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 475 const coff_section *Section = getCOFFSection(S); in getRvaPtr() 510 const coff_section *Section = getCOFFSection(S); in getRvaAndSizeAsBytes() 1350 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { in getCOFFSection() function in COFFObjectFile 2306 const coff_section *COFFSect = Obj->getCOFFSection(Section); in load()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 96 CoffSection = Obj->getCOFFSection(Section); in LVSymbolVisitorDelegate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2618 OutStreamer->switchSection(OutContext.getCOFFSection( in doFinalization() 3096 JumpTableSizesSection = OutContext.getCOFFSection( in emitJumpTableSizesSection() 3102 JumpTableSizesSection = OutContext.getCOFFSection( in emitJumpTableSizesSection() 3190 OutContext.getCOFFSection(".hybmp$x", COFF::IMAGE_SCN_LNK_INFO)); in emitSpecialLLVMGlobal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 1088 const coff_section *getCOFFSection(const SectionRef &Section) const;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 940 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
|