Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp84 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(resolved_fspec); in GetFile()
107 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h534 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache() function