Home
last modified time | relevance | path

Searched refs:findSectionByName (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp706 if (auto *EHFrameSection = G.findSectionByName(EHFrameSectionName)) { in addEHAndTLVSupportPasses()
716 G.findSectionByName(ThreadDataSectionName); in addEHAndTLVSupportPasses()
719 if (auto *ThreadBSSSection = G.findSectionByName(ThreadBSSSectionName)) { in addEHAndTLVSupportPasses()
764 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections()
804 auto *ObjCImageInfo = G.findSectionByName(ObjCImageInfoSectionName); in processObjCImageInfo()
879 if (auto *ObjCImageInfoSec = G.findSectionByName(ObjCImageInfoSectionName)) { in registerInitSections()
885 if (auto *Sec = G.findSectionByName(InitSectionName)) in registerInitSections()
915 if (auto *ThreadDataSec = G.findSectionByName(ThreadVarsSectionName)) { in fixTLVSectionsAndEdges()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp299 auto JITSection = G->findSectionByName(*UpdateSectionName); in addRelocations()
387 if (auto *GOTSection = G.findSectionByName(ELFGOTSectionName)) { in getOrCreateGOTSymbol()
406 if (auto *GOTSection = G.findSectionByName(ELFGOTSectionName)) { in getOrCreateGOTSymbol()
533 G.findSectionByName(SymName.drop_front(StartSymbolPrefix.size()))) in identifyELFSectionStartAndEndSymbols()
537 G.findSectionByName(SymName.drop_front(EndSymbolPrefix.size()))) in identifyELFSectionStartAndEndSymbols()
DEHFrameSupport.cpp26 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()()
130 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()()
747 auto *EHFrame = G.findSectionByName(EHFrameSectionName); in operator ()()
795 if (auto *S = G.findSectionByName(EHFrameSectionName)) { in createEHFrameRecorderPass()
DELF_riscv.cpp208 auto *JITSection = Base::G->findSectionByName(*UpdateSectionName); in addRelocations()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp253 const Elf_Shdr *findSectionByName(StringRef Name) const;
2140 ELFDumper<ELFT>::findSectionByName(StringRef Name) const { in findSectionByName() function in ELFDumper
2704 GotSec = Dumper.findSectionByName(".got"); in findGOT()
3022 const Elf_Shdr *RegInfoSec = findSectionByName(".reginfo"); in printMipsReginfo()
3086 const Elf_Shdr *MipsOpts = findSectionByName(".MIPS.options"); in printMipsOptions()
3123 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); in printStackMap()
6163 const typename ELFT::Shdr *Sec = Dumper.findSectionByName(".MIPS.abiflags"); in getMipsAbiFlagsSection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1124 Section *findSectionByName(StringRef Name) { in findSectionByName() function