Home
last modified time | relevance | path

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

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