Searched refs:isRelocatableObject (Results 1 – 19 of 19) sorted by relevance
37 ASSERT_TRUE(Obj->isRelocatableObject()); in TEST()
207 bool isRelocatableObject() const override;
351 virtual bool isRelocatableObject() const = 0;
459 bool isRelocatableObject() const override;1356 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
547 bool isRelocatableObject() const override;
711 bool isRelocatableObject() const override;
1107 bool isRelocatableObject() const override;
80 if (!Obj.isRelocatableObject()) in buildGraph()
27 if (!Obj.isRelocatableObject()) in buildGraph()
1402 if (SymbolizeOperands && !Obj.isRelocatableObject()) in disassembleObject()1417 if (SymbolizeOperands && Obj.isRelocatableObject()) in disassembleObject()1470 uint64_t RelAdjustment = Obj.isRelocatableObject() ? 0 : SectionAddr; in disassembleObject()1701 if (!Obj.isRelocatableObject()) { in disassembleObject()
399 if (!obj->isRelocatableObject()) in parse()
1371 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile1931 if (Obj->isRelocatableObject()) in getContents()
671 bool XCOFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in llvm::object::XCOFFObjectFile
1848 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
4893 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile
458 if (isa<COFFObjectFile>(Obj) && !Obj->isRelocatableObject()) in create()
955 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
1724 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()
898 if ((*ObjFile)->isRelocatableObject()) in linkBitcodeFiles()