Home
last modified time | relevance | path

Searched refs:getRelocationType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h231 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
440 return OwningObject->getRelocationType(RelocationPimpl); in getType()
DELFObjectFile.h232 uint64_t getRelocationType(DataRefImpl Rel) const override;
696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
712 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
DMachO.h236 uint64_t getRelocationType(DataRefImpl Rel) const override;
DCOFF.h675 uint64_t getRelocationType(DataRefImpl Rel) const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp782 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
795 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/external/llvm/lib/Object/
DMachOObjectFile.cpp640 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
648 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
DCOFFObjectFile.cpp993 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile