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

  /external/llvm/include/llvm/Object/
ObjectFile.h 231 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
440 return OwningObject->getRelocationType(RelocationPimpl);
ELFObjectFile.h 232 uint64_t getRelocationType(DataRefImpl Rel) const override;
696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const {
712 uint32_t type = getRelocationType(Rel);
MachO.h 236 uint64_t getRelocationType(DataRefImpl Rel) const override;
COFF.h 675 uint64_t getRelocationType(DataRefImpl Rel) const override;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 782 uint64_t Type = MachO->getRelocationType(Rel);
795 uint64_t PrevType = MachO->getRelocationType(RelPrev);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 640 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const {
648 uint64_t RType = getRelocationType(Rel);
    [all...]
COFFObjectFile.cpp     [all...]

Completed in 42 milliseconds