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

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

Completed in 35 milliseconds