Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompileUnit.h231 return m_primary_support_file_sp->GetSpecOnly(); in GetPrimaryFile()
236 return m_primary_support_file_sp; in GetPrimarySupportFile()
426 lldb::SupportFileSP m_primary_support_file_sp; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompileUnit.cpp37 m_primary_support_file_sp(support_file_sp), in CompileUnit()