Home
last modified time | relevance | path

Searched refs:getRelocationSymbol (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/Object/
DObjectFile.h234 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
450 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DELF.h96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
302 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol() function
DELFObjectFile.h241 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
680 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DMachO.h236 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DCOFF.h748 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h283 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
537 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DXCOFFObjectFile.h282 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DELF.h148 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
474 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol() function
DWasm.h193 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DELFObjectFile.h296 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
871 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DMachO.h336 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DCOFF.h920 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h286 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
550 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DELF.h166 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel &Rel,
512 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel &Rel, in getRelocationSymbol() function
DXCOFFObjectFile.h308 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DWasm.h198 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DELFObjectFile.h310 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
958 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DMachO.h337 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp411 auto Symbol = Obj.getRelocationSymbol(Rela, &SymTab); in addRelocations()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h399 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab); in FindExceptionTable()
DELFDumper.cpp2073 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()
2081 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()
2469 Sym = Obj->getRelocationSymbol(&R, SymTab); in printRelocation()
3291 const Elf_Sym *Sym = Obj->getRelocationSymbol(&Rel, SymTab); in printRelocation()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp214 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
/external/llvm-project/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h425 unwrapOrError(FileName, ELF.getRelocationSymbol(RelA, SymTab)); in FindExceptionTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp337 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in llvm::object::XCOFFObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp370 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in llvm::object::XCOFFObjectFile

12