Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp77 return m_opaque_up->GetLoadAllDebugInfo(); in GetReportAllAvailableDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h139 bool GetLoadAllDebugInfo() const { in GetLoadAllDebugInfo() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp230 const bool load_all_debug_info = options.GetLoadAllDebugInfo(); in ReportStatistics()