Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DSourceManagerTest.cpp29 cache.AddSourceFile(foo_file_sp); in TEST_F()
43 cache.AddSourceFile(foo_file_sp); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSourceManager.h101 void AddSourceFile(const FileSP &file_sp);
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp106 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
715 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile() function in SourceManager::SourceFileCache