Searched defs:isRelocatableObject (Results 1 – 7 of 7) sorted by relevance
35 bool isRelocatableObject = false; member
63 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
1506 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
738 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
2123 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
1505 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
5309 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile