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

/freebsd-10-stable/contrib/llvm/tools/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))
693 SourceManager::SourceFileCache::FindSourceFile (const FileSpec &file_spec) const function in class:SourceManager::SourceFileCache
H A DModuleList.cpp654 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:ModuleList
660 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1564 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:Module
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h111 FileSP FindSourceFile (const FileSpec &file_spec) const;
H A DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h1001 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;

Completed in 144 milliseconds