Searched refs:getRelocationAddress (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h328 virtual error_code getRelocationAddress(DataRefImpl Rel,
552 return OwningObject->getRelocationAddress(RelocationPimpl, Result);
H A DMachO.h96 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
H A DCOFF.h278 virtual error_code getRelocationAddress(DataRefImpl Rel,
H A DELFObjectFile.h96 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
627 error_code ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel, function in class:llvm::object::ELFObjectFile
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp770 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, function in class:COFFObjectFile
772 report_fatal_error("getRelocationAddress not implemented in COFFObjectFile");
H A DMachOObjectFile.cpp847 MachOObjectFile::getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const { function in class:llvm::object::MachOObjectFile
848 report_fatal_error("getRelocationAddress not implemented in MachOObjectFile");

Completed in 168 milliseconds