Home
last modified time | relevance | path

Searched refs:getRelocationSymbol (Results 1 – 25 of 28) 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,
306 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/include/llvm/Object/
DObjectFile.h260 virtual error_code getRelocationSymbol(DataRefImpl Rel,
434 return OwningObject->getRelocationSymbol(RelocationPimpl, Result); in getSymbol()
DMachO.h70 virtual error_code getRelocationSymbol(DataRefImpl Rel,
DCOFF.h123 virtual error_code getRelocationSymbol(DataRefImpl Rel,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h249 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
491 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DELF.h122 Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
424 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol() function
DWasm.h183 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DELFObjectFile.h268 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
816 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DMachO.h339 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DCOFF.h916 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp578 error_code COFFObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() function in COFFObjectFile
DELFObjectFile.cpp354 virtual error_code getRelocationSymbol(DataRefImpl Rel,
822 ::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() function in ELFObjectFile
DMachOObjectFile.cpp561 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() function in llvm::object::MachOObjectFile
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h419 unwrapOrError(ELF->getRelocationSymbol(&RelA, SymTab)); in FindExceptionTable()
DELFDumper.cpp2242 return unwrapOrError(Obj->getRelocationSymbol(&Rels[Offset], PltSymTable)); in getPltSym()
2245 return unwrapOrError(Obj->getRelocationSymbol(&Rels[Offset], PltSymTable)); in getPltSym()
2647 Sym = unwrapOrError(Obj->getRelocationSymbol(&R, SymTab)); in printRelocation()
4101 const Elf_Sym *Sym = unwrapOrError(Obj->getRelocationSymbol(&Rel, SymTab)); in printRelocation()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp285 auto SymOrErr = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1064 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1230 symbol_iterator WasmObjectFile::getRelocationSymbol(DataRefImpl Ref) const { in getRelocationSymbol() function in WasmObjectFile

12