Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp83 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(resolved_fspec); in GetFile()
106 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h514 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function