Searched refs:FindSourceFile (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Core/
H A DSourceManager.h102 FileSP FindSourceFile (const FileSpec &file_spec) const;
H A DModule.h913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/source/Core/
H A DSourceManager.cpp78 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile (file_spec);
401 target->GetImages().FindSourceFile (m_file_spec, new_file_spec))
643 SourceManager::SourceFileCache::FindSourceFile (const FileSpec &file_spec) const function in class:SourceManager::SourceFileCache
H A DModuleList.cpp651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:ModuleList
657 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:Module

Completed in 171 milliseconds