Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h333 virtual error_code getRelocationAddress(DataRefImpl Rel,
561 return OwningObject->getRelocationAddress(RelocationPimpl, Result); in getAddress()
DMachO.h99 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
DCOFF.h247 virtual error_code getRelocationAddress(DataRefImpl Rel,
DELF.h712 virtual error_code getRelocationAddress(DataRefImpl Rel,
1512 error_code ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel,
/external/llvm/lib/Object/
DCOFFObjectFile.cpp747 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() function in COFFObjectFile
DMachOObjectFile.cpp864 MachOObjectFile::getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const { in getRelocationAddress() function in llvm::object::MachOObjectFile