Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h290 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
567 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DWasm.h197 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DELFObjectFile.h314 uint64_t getRelocationType(DataRefImpl Rel) const override;
1041 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
1057 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DXCOFFObjectFile.h535 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DMachO.h463 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h969 uint64_t getRelocationType(DataRefImpl Rel) const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp572 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1231 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DWasmObjectFile.cpp1798 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
H A DMachOObjectFile.cpp2219 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2227 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp408 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
421 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()