Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h290 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
572 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DWasm.h197 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DELFObjectFile.h315 uint64_t getRelocationType(DataRefImpl Rel) const override;
1044 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
1060 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DXCOFFObjectFile.h613 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DMachO.h489 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h962 uint64_t getRelocationType(DataRefImpl Rel) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp620 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1234 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DWasmObjectFile.cpp1790 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
H A DMachOObjectFile.cpp2263 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2271 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp423 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
436 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()