Searched refs:isRelocatableObject (Results 1 – 13 of 13) sorted by relevance
294 bool isRelocatableObject() const override;
204 bool isRelocatableObject() const override;
335 virtual bool isRelocatableObject() const = 0;
441 bool isRelocatableObject() const override;1207 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
578 bool isRelocatableObject() const override;
1071 bool isRelocatableObject() const override;
27 if (!Obj.isRelocatableObject()) in buildGraph()
402 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1284 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1844 if (Obj->isRelocatableObject()) in getContents()
1538 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
4635 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
360 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
797 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()