Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDGOFFObjectFile.h125 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function
HDObjectFile.h291 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
629 return OwningObject->getRelocationType(RelocationPimpl); in getType()
HDWasm.h205 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDELFObjectFile.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()
HDXCOFFObjectFile.h627 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDMachO.h490 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDCOFF.h1022 uint64_t getRelocationType(DataRefImpl Rel) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
HDWasmObjectFile.cpp2052 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
HDMachOObjectFile.cpp2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2278 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp569 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
582 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()