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

/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h330 virtual error_code getRelocationOffset(DataRefImpl Rel,
556 return OwningObject->getRelocationOffset(RelocationPimpl, Result);
H A DMachO.h97 virtual error_code getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const;
H A DCOFF.h280 virtual error_code getRelocationOffset(DataRefImpl Rel,
H A DELFObjectFile.h97 virtual error_code getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const;
634 error_code ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel, function in class:llvm::object::ELFObjectFile
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp774 error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, function in class:COFFObjectFile
H A DMachOObjectFile.cpp851 error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile

Completed in 119 milliseconds