Home
last modified time | relevance | path

Searched refs:GetSourceFileCache (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp110 process_sp->GetSourceFileCache().FindSourceFile(file_spec)) { in GetFile()
118 debugger_sp->GetSourceFileCache().RemoveSourceFile(file_sp); in GetFile()
119 process_sp->GetSourceFileCache().RemoveSourceFile(file_sp); in GetFile()
129 FileSP file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile()
168 debugger_sp->GetSourceFileCache().AddSourceFile(file_spec, file_sp); in GetFile()
170 process_sp->GetSourceFileCache().AddSourceFile(file_spec, file_sp); in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1238 SourceManager::SourceFileCache &cache = GetDebugger().GetSourceFileCache(); in DoExecute()
1244 SourceManager::SourceFileCache &cache = process_sp->GetSourceFileCache(); in DoExecute()
1263 SourceManager::SourceFileCache &cache = GetDebugger().GetSourceFileCache(); in DoExecute()
1268 process_sp->GetSourceFileCache().Clear(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h607 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2716 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function