Searched defs:getRelocationSymbol (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h114 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
553 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
H A DELF.h319 getRelocationSymbol(const Elf_Shdr *RelSec, const RelT *Rel) const;
586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { function in class:llvm::object::ELFFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1033 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp693 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:MachOObjectFile

Completed in 104 milliseconds