Searched refs:isRelocatableObject (Results 1 – 18 of 18) sorted by relevance
126 if (isa<COFFObjectFile>(OF) && !OF->isRelocatableObject()) in convertForTestingMain()
59 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
210 bool isRelocatableObject() const override;
357 virtual bool isRelocatableObject() const = 0;
474 bool isRelocatableObject() const override;1426 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
757 bool isRelocatableObject() const override;
632 bool isRelocatableObject() const override;
1164 bool isRelocatableObject() const override;
80 if (!Obj.isRelocatableObject()) in buildGraph()
28 if (!Obj.isRelocatableObject()) in buildGraph()
1720 if (SymbolizeOperands && !Obj.isRelocatableObject()) in disassembleObject()1745 if (SymbolizeOperands && Obj.isRelocatableObject()) in disassembleObject()1798 uint64_t RelAdjustment = Obj.isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()2216 if (!Obj.isRelocatableObject()) { in disassembleObject()2439 if (Elf32BE && (Elf32BE->isRelocatableObject() || in disassembleObject()
1427 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1989 if (Obj->isRelocatableObject()) in getContents()
1677 uint32_t Adjustment = isRelocatableObject() || isSharedObject() in getSymbolAddress()1920 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
727 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
5311 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
499 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
977 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
2168 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()