Searched defs:GetSymbolFileSpec (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DModuleSpec.h166 GetSymbolFileSpec () function in class:lldb_private::ModuleSpec
172 GetSymbolFileSpec () const function in class:lldb_private::ModuleSpec
399 const FileSpec &fspec = match_module_spec.GetSymbolFileSpec();
400 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false))
/external/lldb/source/API/
H A DSBModuleSpec.cpp82 SBModuleSpec::GetSymbolFileSpec () function in class:SBModuleSpec
84 return SBFileSpec(m_opaque_ap->GetSymbolFileSpec());
90 m_opaque_ap->GetSymbolFileSpec() = *sb_spec;

Completed in 146 milliseconds