Searched defs:GetFileSpec (Results 1 - 10 of 10) sorted by relevance

/external/lldb/include/lldb/Core/
H A DSourceManager.h62 GetFileSpec () function in class:lldb_private::SourceManager::File
H A DModule.h512 GetFileSpec () const function in class:lldb_private::Module
522 /// debugging this is always the same as Module::GetFileSpec(). But
H A DModuleSpec.h111 GetFileSpec () function in class:lldb_private::ModuleSpec
116 GetFileSpec () const function in class:lldb_private::ModuleSpec
386 const FileSpec &fspec = match_module_spec.GetFileSpec();
387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false))
/external/lldb/source/API/
H A DSBDeclaration.cpp74 SBDeclaration::GetFileSpec () const function in class:SBDeclaration
86 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(),
H A DSBLineEntry.cpp118 SBLineEntry::GetFileSpec () const function in class:SBLineEntry
130 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(),
H A DSBCompileUnit.cpp54 SBCompileUnit::GetFileSpec () const function in class:SBCompileUnit
H A DSBModuleSpec.cpp57 SBModuleSpec::GetFileSpec () function in class:SBModuleSpec
59 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec());
66 m_opaque_ap->GetFileSpec() = *sb_spec;
H A DSBModule.cpp103 SBModule::GetFileSpec () const function in class:SBModule
110 file_spec.SetFileSpec(module_sp->GetFileSpec());
114 log->Printf ("SBModule(%p)::GetFileSpec () => SBFileSpec(%p)",
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h313 GetFileSpec() { return m_file; } function in class:lldb_private::ObjectFile
323 GetFileSpec() const { return m_file; } function in class:lldb_private::ObjectFile
/external/lldb/source/Host/common/
H A DFile.cpp280 File::GetFileSpec (FileSpec &file_spec) const function in class:File
313 error.SetErrorString ("File::GetFileSpec is not supported on this platform");

Completed in 154 milliseconds