Searched refs:isRelocatableObject (Results 1 – 18 of 18) sorted by relevance
126 if (isa<COFFObjectFile>(OF) && !OF->isRelocatableObject()) in convertForTestingMain()
62 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
215 bool isRelocatableObject() const override;
358 virtual bool isRelocatableObject() const = 0;
507 bool isRelocatableObject() const override;1500 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
639 bool isRelocatableObject() const override;
758 bool isRelocatableObject() const override;
1164 bool isRelocatableObject() const override;
1217 uint32_t Adjustment = Obj.isRelocatableObject() || Obj.isSharedObject() in addMissingWasmCodeSymbols()1854 if (SymbolizeOperands && !Obj.isRelocatableObject()) in disassembleObject()1879 if (SymbolizeOperands && Obj.isRelocatableObject()) in disassembleObject()1932 uint64_t RelAdjustment = Obj.isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()2354 if (!Obj.isRelocatableObject()) { in disassembleObject()2577 if (Elf32BE && (Elf32BE->isRelocatableObject() || in disassembleObject()
80 if (!Obj.isRelocatableObject()) in buildGraph()
28 if (!Obj.isRelocatableObject()) in buildGraph()
1411 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1971 if (Obj->isRelocatableObject()) in getContents()
1979 return isRelocatableObject() || isSharedObject() ? 0 in getSectionAddress()2102 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
733 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
5315 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
507 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
1090 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
2170 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()