Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h116 void AddSourceFile(const FileSP &file_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp102 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
688 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile() function in SourceManager::SourceFileCache