Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h125 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function
H A DObjectFile.h291 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
629 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DWasm.h205 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DELFObjectFile.h344 uint64_t getRelocationType(DataRefImpl Rel) const override;
1133 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
1151 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DXCOFFObjectFile.h627 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DMachO.h490 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h1022 uint64_t getRelocationType(DataRefImpl Rel) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DWasmObjectFile.cpp2052 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
H A DMachOObjectFile.cpp2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2278 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp569 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
582 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()