Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp481 SetSupportFile(support_file_sp); in CommonInitializer()
521 SetSupportFile(sc.comp_unit->GetPrimarySupportFile()); in CommonInitializer()
541 SetSupportFile(std::make_shared<SupportFile>( in CommonInitializer()
556 void SourceManager::File::SetSupportFile(lldb::SupportFileSP support_file_sp) { in SetSupportFile() function in SourceManager::File
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h83 void SetSupportFile(lldb::SupportFileSP support_file_sp);