Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h328 virtual error_code getRelocationAddress(DataRefImpl Rel,
552 return OwningObject->getRelocationAddress(RelocationPimpl, Result); in getAddress()
HDMachO.h96 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
HDCOFF.h278 virtual error_code getRelocationAddress(DataRefImpl Rel,
HDELFObjectFile.h96 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
627 error_code ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp770 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() function in COFFObjectFile
HDMachOObjectFile.cpp847 MachOObjectFile::getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const { in getRelocationAddress() function in llvm::object::MachOObjectFile