Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h264 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
517 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DWasm.h193 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DELFObjectFile.h273 uint64_t getRelocationType(DataRefImpl Rel) const override;
862 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
878 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DMachO.h341 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h920 uint64_t getRelocationType(DataRefImpl Rel) const override;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp892 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
905 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1168 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DWasmObjectFile.cpp1387 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
H A DMachOObjectFile.cpp2109 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2117 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()