Searched refs:isRelocatableObject (Results 1 – 20 of 20) sorted by relevance
21 Obj->isRelocatableObject = WasmObj.isRelocatableObject(); in create()
25 if (isRelocatableObject) { in removeSections()
35 bool isRelocatableObject = false; member
63 bool isRelocatableObject() const override { return true; } in isRelocatableObject() function
216 bool isRelocatableObject() const override;
359 virtual bool isRelocatableObject() const = 0;
513 bool isRelocatableObject() const override;1506 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
763 bool isRelocatableObject() const override;
646 bool isRelocatableObject() const override;
1222 bool isRelocatableObject() const override;
74 if (!Obj.isRelocatableObject()) in buildGraph()
30 if (!Obj.isRelocatableObject()) in buildGraph()
1283 uint32_t Adjustment = Obj.isRelocatableObject() || Obj.isSharedObject() in addMissingWasmCodeSymbols()1932 if (SymbolizeOperands && !Obj.isRelocatableObject()) in disassembleObject()1957 if (SymbolizeOperands && Obj.isRelocatableObject()) in disassembleObject()2010 uint64_t RelAdjustment = Obj.isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()2432 if (!Obj.isRelocatableObject()) { in disassembleObject()2648 if (Elf32BE && (Elf32BE->isRelocatableObject() || in disassembleObject()
1505 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile2382 if (Obj->isRelocatableObject()) in getContents()
2000 return isRelocatableObject() || isSharedObject() ? 0 in getSectionAddress()2123 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
738 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
5309 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
502 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in shouldSkipSectionFirstByte()
1122 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
2170 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()