Searched refs:getRelocationSymbol (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h332 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
560 return OwningObject->getRelocationSymbol(RelocationPimpl);
H A DMachO.h98 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const;
H A DCOFF.h282 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const;
H A DELF.h316 getRelocationSymbol(const Elf_Shdr *RelSec, const RelT *Rel) const;
566 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h98 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const;
591 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp580 Obj->getRelocationSymbol(Sec, &Rel);
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp779 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp859 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { function in class:llvm::object::MachOObjectFile

Completed in 184 milliseconds