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

/external/llvm/include/llvm/Object/
H A DObjectFile.h229 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
432 return OwningObject->getRelocationOffset(RelocationPimpl);
H A DMachO.h233 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DELFObjectFile.h230 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
685 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h673 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp974 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp607 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:MachOObjectFile

Completed in 70 milliseconds