Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h280 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
507 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DMachO.h109 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DELF.h319 getRelocationSymbol(const Elf_Shdr *RelSec, const RelT *Rel) const;
586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol() function
DELFObjectFile.h108 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
536 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DCOFF.h407 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp164 auto NamePair = Obj.getRelocationSymbol(Shdr, Rel); in dumpRelocation()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h381 ELF->getRelocationSymbol(&(*SI), &RelA); in FindExceptionTable()
DELFDumper.cpp670 Obj->getRelocationSymbol(Sec, &Rel); in printRelocation()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp871 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in COFFObjectFile
DMachOObjectFile.cpp869 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in llvm::object::MachOObjectFile