Home
last modified time | relevance | path

Searched defs:getRelocationType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h126 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function
H A DELFObjectFile.h1138 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp635 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2073 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
H A DCOFFObjectFile.cpp1344 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
H A DMachOObjectFile.cpp2271 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile