Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h287 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
554 return OwningObject->getRelocationType(RelocationPimpl); in getType()
H A DELFObjectFile.h302 uint64_t getRelocationType(DataRefImpl Rel) const override;
1020 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
1036 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
H A DWasm.h200 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DXCOFFObjectFile.h309 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp383 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1170 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DMachOObjectFile.cpp2165 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2173 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
H A DWasmObjectFile.cpp1712 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
/netbsd-src/external/apache2/llvm/dist/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()