Searched defs:getRelocationType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 125 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function |
H A D | ELFObjectFile.h | 1133 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { getRelocationType() function |
/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { getRelocationType() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 2049 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { getRelocationType() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { getRelocationType() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile |