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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp76 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile (file_spec);
403 target->GetImages().FindSourceFile (m_file_spec, new_file_spec))
691 SourceManager::SourceFileCache::FindSourceFile (const FileSpec &file_spec) const function in class:SourceManager::SourceFileCache
H A DModuleList.cpp699 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:ModuleList
705 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1713 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:Module
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h111 FileSP FindSourceFile (const FileSpec &file_spec) const;
H A DModuleList.h456 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h1027 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;

Completed in 118 milliseconds