Home
last modified time | relevance | path

Searched refs:getELFFile (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp37 const ELFFile<ELFT> &getELFFile() const { return Obj.getELFFile(); } in getELFFile() function in __anon2dd11fdf0111::ELFDumper
93 const ELFFile<ELFT> &EF = Obj->getELFFile(); in getRelocationValueString()
200 return getSectionLMA(ELFObj->getELFFile(), Sec); in getELFSectionLMA()
202 return getSectionLMA(ELFObj->getELFFile(), Sec); in getELFSectionLMA()
204 return getSectionLMA(ELFObj->getELFFile(), Sec); in getELFSectionLMA()
206 return getSectionLMA(ELFObj->getELFFile(), Sec); in getELFSectionLMA()
210 const ELFFile<ELFT> &Elf = getELFFile(); in printDynamicSection()
253 auto ProgramHeaderOrError = getELFFile().program_headers(); in printProgramHeaders()
367 getELFFile().getVersionDependencies(Sec, this->WarningHandler); in printSymbolVersionDependency()
415 const ELFFile<ELFT> &Elf = getELFFile(); in printSymbolVersion()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp58 return ::getBuildID(O->getELFFile()); in getBuildID()
60 return ::getBuildID(O->getELFFile()); in getBuildID()
62 return ::getBuildID(O->getELFFile()); in getBuildID()
64 return ::getBuildID(O->getELFFile()); in getBuildID()
H A DELFObjectFile.cpp995 return readDynsymVersionsImpl(Obj->getELFFile(), Symbols); in readDynsymVersions()
997 return readDynsymVersionsImpl(Obj->getELFFile(), Symbols); in readDynsymVersions()
999 return readDynsymVersionsImpl(Obj->getELFFile(), Symbols); in readDynsymVersions()
1000 return readDynsymVersionsImpl(cast<ELF64BEObjectFile>(this)->getELFFile(), in readDynsymVersions()
1008 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1010 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1012 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1013 return readBBAddrMapImpl(cast<ELF64BEObjectFile>(this)->getELFFile(), in readBBAddrMap()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h52 ObjF.getELFFile().sections(); in findSectionByAddress()
64 const object::ELFFile<ELFT> &Obj = ObjF.getELFFile(); in printUnwindInformation()
103 const object::ELFFile<ELFT> &Obj = ObjF.getELFFile(); in printEHFrameHdr()
182 ObjF.getELFFile().getSectionContents(*EHFrameShdr); in printEHFrame()
H A DELFDumper.cpp564 this->getElfObject().getELFFile().end()) in printSymbolsHelper()
1911 : ObjDumper(Writer, O.getFileName()), ObjF(O), Obj(O.getELFFile()), in ELFDumper()
2582 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile(); in checkHashTable()
2992 : IsStatic(D.dynamic_table().empty()), Obj(D.getElfObject().getELFFile()), in MipsGOTParser()
4856 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile(); in getSymbolForReloc()
6100 const ELFFile<ELFT> &Obj = Dumper.getElfObject().getELFFile(); in processNotesHelper()
6975 Dumper.getElfObject().getELFFile().getSectionContents(*Sec); in getMipsAbiFlagsSection()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp97 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
100 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
103 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
106 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp170 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_loongarch()
179 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_loongarch()
H A DELF_aarch32.cpp274 auto &ELFFile = cast<ELFObjectFile<ELF32LE>>(**ELFObj).getELFFile(); in createLinkGraphFromELFObject_aarch32()
282 auto &ELFFile = cast<ELFObjectFile<ELF32BE>>(**ELFObj).getELFFile(); in createLinkGraphFromELFObject_aarch32()
H A DELF_i386.cpp238 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_i386()
H A DELF_x86_64.cpp344 ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_x86_64()
H A DELF_ppc64.cpp483 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(),
H A DELF_riscv.cpp954 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_riscv()
962 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_riscv()
H A DELF_aarch64.cpp605 (*ELFObj)->getFileName(), ELFObjFile.getELFFile(), in createLinkGraphFromELFObject_aarch64()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp381 const llvm::object::ELF64LEFile &ElfFile = Elf64LEObject->getELFFile(); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp581 const ELFFile<ELFT> &ElfFile = ElfObj.getELFFile(); in buildStub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h496 const ELFFile<ELFT> &getELFFile() const { return EF; } in getELFFile() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1413 : ElfFile(ElfObj.getELFFile()), Obj(Obj), in ELFBuilder()