Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSourceManager.h102 void AddSourceFile(const FileSP &file_sp);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp107 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
716 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile() function in SourceManager::SourceFileCache