HomeSort by relevance Sort by last modified time
    Searched refs:getRelocationOffset (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 229 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
432 return OwningObject->getRelocationOffset(RelocationPimpl);
ELFObjectFile.h 230 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
685 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const {
MachO.h 233 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
COFF.h 673 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
MachOObjectFile.cpp 607 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const {
    [all...]

Completed in 92 milliseconds