Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp73 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile()
96 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h462 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function