Searched refs:ObjectFileSP (Results 1 – 13 of 13) sorted by relevance
52 AddSymbolFileRepresentation(const lldb::ObjectFileSP &objfile_sp);194 …lldb::ObjectFileSP m_objfile_sp; // Keep a reference to the object file in case it isn't the sa…
150 static lldb::ObjectFileSP175 static lldb::ObjectFileSP
194 virtual lldb::ObjectFileSP
30 ObjectFileSP38 ObjectFileSP object_file_sp; in FindPlugin()153 ObjectFileSP159 ObjectFileSP object_file_sp; in FindPlugin()
83 SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp) in AddSymbolFileRepresentation()
207 ObjectFileSP256 return ObjectFileSP(); in GetObjectFile()
81 virtual lldb::ObjectFileSP
132 …ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(module_sp, &dsym_fspec, 0, dsym_fspec.GetByt… in CreateInstance()
86 virtual lldb::ObjectFileSP
466 ObjectFileSP488 return ObjectFileSP(); in GetObjectFile()
156 ObjectFileSP dsym_objfile_sp; in CreateInstance()
999 …lldb::ObjectFileSP m_objfile_sp; ///< A shared pointer to the object file parser for th…
299 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP; typedef