Searched refs:isRelocatableObject (Results 1 – 15 of 15) sorted by relevance
210 bool isRelocatableObject() const override;
346 virtual bool isRelocatableObject() const = 0;
366 bool isRelocatableObject() const override;
446 bool isRelocatableObject() const override;1324 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()
1292 uint64_t RelAdjustment = Obj->isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()1510 if (!Obj->isRelocatableObject()) { in disassembleObject()1724 if (!Obj->isRelocatableObject()) in printRelocations()
1317 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1872 if (Obj->isRelocatableObject()) in getContents()
450 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1763 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
4652 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
457 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
854 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
1691 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()