Searched defs:getRelocationType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h232 uint64_t getRelocationType(DataRefImpl Rel) const override;
696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
712 uint32_t type = getRelocationType(Rel);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp993 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp640 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { function in class:MachOObjectFile
648 uint64_t RType = getRelocationType(Rel);

Completed in 213 milliseconds