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.cpp100 process_sp->GetSourceFileCache().FindSourceFile(file_spec)) { in GetFile()
108 debugger_sp->GetSourceFileCache().RemoveSourceFile(file_sp); in GetFile()
109 process_sp->GetSourceFileCache().RemoveSourceFile(file_sp); in GetFile()
119 FileSP file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile()
157 debugger_sp->GetSourceFileCache().AddSourceFile(file_spec, file_sp); in GetFile()
159 process_sp->GetSourceFileCache().AddSourceFile(file_spec, file_sp); in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1220 SourceManager::SourceFileCache &cache = GetDebugger().GetSourceFileCache(); in DoExecute()
1226 SourceManager::SourceFileCache &cache = process_sp->GetSourceFileCache(); in DoExecute()
1245 SourceManager::SourceFileCache &cache = GetDebugger().GetSourceFileCache(); in DoExecute()
1250 process_sp->GetSourceFileCache().Clear(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h595 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2664 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function