Searched defs:isRelocatableObject (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 62 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function |
H A D | ELFObjectFile.h | 1500 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { isRelocatableObject() function |
/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 733 bool XCOFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 2099 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } isRelocatableObject() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 1411 bool COFFObjectFile::isRelocatableObject() const { isRelocatableObject() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 5315 bool MachOObjectFile::isRelocatableObject() const { isRelocatableObject() function in MachOObjectFile |