Searched refs:isRelocatableObject (Results 1 – 18 of 18) sorted by relevance
207 bool isRelocatableObject() const override;
355 virtual bool isRelocatableObject() const = 0;
460 bool isRelocatableObject() const override;1364 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
625 bool isRelocatableObject() const override;
752 bool isRelocatableObject() const override;
1102 bool isRelocatableObject() const override;
1452 if (SymbolizeOperands && !Obj.isRelocatableObject()) in disassembleObject()1467 if (SymbolizeOperands && Obj.isRelocatableObject()) in disassembleObject()1520 uint64_t RelAdjustment = Obj.isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()1860 if (!Obj.isRelocatableObject()) { in disassembleObject()2054 if (Elf32BE && (Elf32BE->isRelocatableObject() || in disassembleObject()
80 if (!Obj.isRelocatableObject()) in buildGraph()
28 if (!Obj.isRelocatableObject()) in buildGraph()
1375 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1936 if (Obj->isRelocatableObject()) in getContents()
719 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1840 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
5299 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
401 if (!obj->isRelocatableObject()) in parse()
458 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
955 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
1792 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()
610 if ((*ObjFile)->isRelocatableObject()) in linkBitcodeFiles()