Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp79 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile()
102 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h364 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function