Home
last modified time | relevance | path

Searched refs:SetLoadAllDebugInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp73 m_opaque_up->SetLoadAllDebugInfo(b); in SetReportAllAvailableDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp83 m_stats_options.SetLoadAllDebugInfo(true); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h138 void SetLoadAllDebugInfo(bool value) { m_load_all_debug_info = value; } in SetLoadAllDebugInfo() function