Searched refs:ObjectFileSP (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h194 virtual lldb::ObjectFileSP
H A 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 same as the module object file (debug symbols in a separate file)
H A DObjectFile.h150 static lldb::ObjectFileSP
175 static lldb::ObjectFileSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp128 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(module_sp, &dsym_fspec, 0, dsym_fspec.GetByteSize(), dsym_file_data_sp, dsym_file_data_offset);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h86 virtual lldb::ObjectFileSP
H A DObjectContainerBSDArchive.cpp483 ObjectFileSP
505 return ObjectFileSP();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp30 ObjectFileSP
38 ObjectFileSP object_file_sp;
153 ObjectFileSP
159 ObjectFileSP object_file_sp;
H A DSymbolVendor.cpp83 SymbolVendor::AddSymbolFileRepresentation(const ObjectFileSP &objfile_sp)
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h1088 lldb::ObjectFileSP m_objfile_sp; ///< A shared pointer to the object file parser for this module as it may or may not be shared with the SymbolFile
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h315 typedef std::shared_ptr<lldb_private::ObjectFile> ObjectFileSP; typedef in namespace:lldb

Completed in 122 milliseconds