Home
last modified time | relevance | path

Searched refs:ObjectFileSP (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.h35 lldb::ObjectFileSP obj_file);
42 lldb::ObjectFileSP m_obj_file;
H A DSymbolFileDWARFDwo.h17 SymbolFileDWARFDwo(lldb::ObjectFileSP objfile, DWARFUnit *dwarf_cu);
78 lldb::ObjectFileSP m_obj_file_sp;
H A DSymbolFileDWARFDwp.cpp48 lldb::ObjectFileSP obj_file = lldb_private::ObjectFile::FindPlugin( in Create()
80 lldb::ObjectFileSP obj_file) in SymbolFileDWARFDwp()
H A DSymbolFileDWARFDwoDwp.h19 lldb::ObjectFileSP objfile, DWARFUnit *dwarf_cu,
H A DSymbolFileDWARFDwoDwp.cpp24 ObjectFileSP objfile, in SymbolFileDWARFDwoDwp()
H A DSymbolFileDWARFDwo.cpp23 SymbolFileDWARFDwo::SymbolFileDWARFDwo(ObjectFileSP objfile, in SymbolFileDWARFDwo()
H A DSymbolFileDWARF.cpp1650 ObjectFileSP dwo_obj_file = ObjectFile::FindPlugin( in GetDwoSymbolFileForCompileUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h45 void AddSymbolFileRepresentation(const lldb::ObjectFileSP &objfile_sp);
161 lldb::ObjectFileSP m_objfile_sp; // Keep a reference to the object file in
H A DObjectContainer.h164 virtual lldb::ObjectFileSP GetObjectFile(const FileSpec *file) = 0;
H A DObjectFile.h155 static lldb::ObjectFileSP
177 static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp30 ObjectFileSP
34 ObjectFileSP object_file_sp; in FindPlugin()
170 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
174 ObjectFileSP object_file_sp; in FindPlugin()
H A DSymbolVendor.cpp70 void SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp) { in AddSymbolFileRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp111 ObjectFileSP dsym_objfile_sp = in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h73 lldb::ObjectFileSP GetObjectFile(const lldb_private::FileSpec *file) override;
H A DObjectContainerBSDArchive.cpp422 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { in GetObjectFile()
437 return ObjectFileSP(); in GetObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h1091 lldb::ObjectFileSP m_objfile_sp; ///< A shared pointer to the object file
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h376 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP; typedef