Searched refs:isRelocatableObject (Results 1 – 14 of 14) sorted by relevance
210 bool isRelocatableObject() const override;
321 bool isRelocatableObject() const override;
343 virtual bool isRelocatableObject() const = 0;
446 bool isRelocatableObject() const override;1320 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
579 bool isRelocatableObject() const override;
1105 bool isRelocatableObject() const override;
27 if (!Obj.isRelocatableObject()) in buildGraph()
1310 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1865 if (Obj->isRelocatableObject()) in getContents()
448 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1762 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
4646 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
457 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
1435 if (!Obj->isRelocatableObject()) { in disassembleObject()1643 if (!Obj->isRelocatableObject()) in printRelocations()
854 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()