Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h101 void AddSourceFile(const FileSP &file_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp96 debugger_sp->GetSourceFileCache().AddSourceFile(file_sp); in GetFile()
701 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile() function in SourceManager::SourceFileCache