| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 565 Ctx->getCOFFSection(".eh_frame", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo() 574 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 577 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 582 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 586 Ctx->getCOFFSection(".rdata", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in initCOFFMCObjectFileInfo() 594 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo() 601 Ctx->getCOFFSection(".debug$S", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo() 605 Ctx->getCOFFSection(".debug$T", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo() 609 Ctx->getCOFFSection(".debug$H", (COFF::IMAGE_SCN_MEM_DISCARDABLE | in initCOFFMCObjectFileInfo() 613 DwarfAbbrevSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 693 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext 728 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext 730 return getCOFFSection(Section, Characteristics, "", 0, GenericSectionID); in getCOFFSection() 745 return getCOFFSection(Sec->getName(), Characteristics, KeySym->getName(), in getAssociativeCOFFSection() 749 return getCOFFSection(Sec->getName(), Characteristics, "", 0, UniqueID); in getAssociativeCOFFSection()
|
| H A D | MCWinCOFFStreamer.cpp | 376 switchSection(Asm.getContext().getCOFFSection(".llvm_addrsig", in finishImpl() 384 switchSection(Asm.getContext().getCOFFSection(".llvm.call-graph-profile", in finishImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 1066 auto *Sec = Asm.getContext().getCOFFSection( in writeObject() 1088 auto *Sec = Asm.getContext().getCOFFSection( in writeObject()
|
| H A D | MCStreamer.cpp | 841 return Context.getCOFFSection(SectionName, in getWinCFISection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 223 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); in resolveRelocation() 234 return COFF.getCOFFSection(Section); in getSectionContaining() 403 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData() 418 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section), in printData()
|
| H A D | COFFDumper.cpp | 205 Sec = Obj->getCOFFSection(SR); in COFFObjectDumpDelegate() 332 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs() 646 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() 1225 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection() 1251 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection() 1513 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders() 1966 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
|
| H A D | ARMWinEHPrinter.cpp | 1032 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpXDataRecord() 1459 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) in dumpProcedureData() 1475 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 | 319 getStreamer().switchSection(getContext().getCOFFSection( in ParseSectionSwitch()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1700 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in getExplicitSectionGlobal() 1759 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in SelectSectionForGlobal() 1764 return getContext().getCOFFSection(Name, Characteristics, TmpData, in SelectSectionForGlobal() 1821 return getContext().getCOFFSection(SecName, Characteristics, COMDATSymName, in getSectionForJumpTable() 1850 auto *S = C.getCOFFSection(Section, COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in emitModuleMetadata() 1930 Ctx.getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize() 1933 Ctx.getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in Initialize() 1936 StaticCtorSection = Ctx.getCOFFSection( in Initialize() 1939 StaticDtorSection = Ctx.getCOFFSection( in Initialize() 1978 MCSectionCOFF *Sec = Ctx.getCOFFSection( in getCOFFStaticStructorSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 189 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 612 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 616 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics);
|
| /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 processRelocationRef()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 230 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 | 336 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress() 602 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
|
| /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() 1277 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { in getCOFFSection() function in COFFObjectFile 1895 const coff_section *COFFSect = Obj->getCOFFSection(Section); in load()
|
| /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 | 168 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations() 722 if (Error Err = resolveSymbolName(getObj().getCOFFSection(Section), in traverseSymbolSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 259 auto &COFFSec = *COFFObj->getCOFFSection(**Sec); in onObjLoad()
|
| /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/include/llvm/Object/ |
| H A D | COFF.h | 1034 const coff_section *getCOFFSection(const SectionRef &Section) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2376 OutStreamer->switchSection(OutContext.getCOFFSection( in doFinalization() 2859 OutContext.getCOFFSection(".hybmp$x", COFF::IMAGE_SCN_LNK_INFO)); in emitSpecialLLVMGlobal()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 938 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
|