Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h290 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
557 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DELFObjectFile.h302 uint64_t getRelocationType(DataRefImpl Rel) const override;
1024 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
1040 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DWasm.h200 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DXCOFFObjectFile.h354 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DMachO.h339 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h969 uint64_t getRelocationType(DataRefImpl Rel) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp389 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1177 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DMachOObjectFile.cpp2171 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2179 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
H A DWasmObjectFile.cpp1713 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp404 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
417 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()