Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DSymbolVendor.h52 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…
DObjectFile.h150 static lldb::ObjectFileSP
175 static lldb::ObjectFileSP
DObjectContainer.h194 virtual lldb::ObjectFileSP
/external/lldb/source/Symbol/
DObjectFile.cpp30 ObjectFileSP
38 ObjectFileSP object_file_sp; in FindPlugin()
153 ObjectFileSP
159 ObjectFileSP object_file_sp; in FindPlugin()
DSymbolVendor.cpp83 SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp) in AddSymbolFileRepresentation()
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp207 ObjectFileSP
256 return ObjectFileSP(); in GetObjectFile()
DObjectContainerUniversalMachO.h81 virtual lldb::ObjectFileSP
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp132ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(module_sp, &dsym_fspec, 0, dsym_fspec.GetByt… in CreateInstance()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h86 virtual lldb::ObjectFileSP
DObjectContainerBSDArchive.cpp466 ObjectFileSP
488 return ObjectFileSP(); in GetObjectFile()
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp156 ObjectFileSP dsym_objfile_sp; in CreateInstance()
/external/lldb/include/lldb/Core/
DModule.h999 …lldb::ObjectFileSP m_objfile_sp; ///< A shared pointer to the object file parser for th…
/external/lldb/include/lldb/
Dlldb-forward.h299 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP; typedef