Searched defs:isRelocatableObject (Results 1 – 5 of 5) sorted by relevance
402 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1538 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
1284 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
4635 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
1207 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function