Home
last modified time | relevance | path

Searched refs:SourceFileCache (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/unittests/Core/
DSourceManagerTest.cpp16 class SourceFileCache : public ::testing::Test { class
22 TEST_F(SourceFileCache, FindSourceFileFound) { in TEST_F() argument
23 SourceManager::SourceFileCache cache; in TEST_F()
36 TEST_F(SourceFileCache, FindSourceFileNotFound) { in TEST_F() argument
37 SourceManager::SourceFileCache cache; in TEST_F()
/external/llvm-project/lldb/include/lldb/Core/
DSourceManager.h96 class SourceFileCache {
98 SourceFileCache() = default;
99 ~SourceFileCache() = default;
DDebugger.h382 SourceManager::SourceFileCache &GetSourceFileCache() { in GetSourceFileCache()
411 SourceManager::SourceFileCache m_source_file_cache; // All the source managers
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp697 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile()
708 SourceManager::FileSP SourceManager::SourceFileCache::FindSourceFile( in FindSourceFile()