Searched refs:SourceFileCache (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
H A DSourceManager.h93 // The SourceFileCache class separates the source manager from the cache of source files, so the
95 class SourceFileCache class in class:lldb_private::SourceManager
98 SourceFileCache () {} function in class:lldb_private::SourceManager::SourceFileCache
99 ~SourceFileCache() {}
H A DDebugger.h354 SourceManager::SourceFileCache &
368 SourceManager::SourceFileCache m_source_file_cache; // All the source managers for targets created in this debugger used this shared
/external/lldb/source/Core/
H A DSourceManager.cpp629 SourceManager::SourceFileCache::AddSourceFile (const FileSP &file_sp)
643 SourceManager::SourceFileCache::FindSourceFile (const FileSpec &file_spec) const

Completed in 126 milliseconds