Searched refs:isRelocatableObject (Results 1 – 10 of 10) sorted by relevance
203 bool isRelocatableObject() const override;
320 virtual bool isRelocatableObject() const = 0;
417 bool isRelocatableObject() const override;1171 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const { in isRelocatableObject() function
584 bool isRelocatableObject() const override;
1067 bool isRelocatableObject() const override;
1793 if (!Obj->isRelocatableObject()) { in disassembleObject()1873 if (!Obj->isRelocatableObject()) in printRelocations()
817 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
1305 bool COFFObjectFile::isRelocatableObject() const { in isRelocatableObject() function in COFFObjectFile
1433 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject() function in WasmObjectFile
4598 bool MachOObjectFile::isRelocatableObject() const { in isRelocatableObject() function in MachOObjectFile