Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h284 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
541 return OwningObject->getRelocationType(RelocationPimpl); in getType()
HDXCOFFObjectFile.h283 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDELFObjectFile.h297 uint64_t getRelocationType(DataRefImpl Rel) const override;
898 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
914 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
HDWasm.h194 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDMachO.h338 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDCOFF.h921 uint64_t getRelocationType(DataRefImpl Rel) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp342 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp1144 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
HDWasmObjectFile.cpp1492 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
HDMachOObjectFile.cpp2153 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2161 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp518 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
531 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()