Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h170 void SetLoadAllDebugInfo(bool value) { m_load_all_debug_info = value; } in SetLoadAllDebugInfo()
172 return m_load_all_debug_info.value_or(false); in GetLoadAllDebugInfo()
207 std::optional<bool> m_load_all_debug_info; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2528 m_load_all_debug_info.SetCurrentValue(true); in SetOptionValue()
2529 m_load_all_debug_info.SetOptionWasSet(); in SetOptionValue()
2548 m_load_all_debug_info.Clear(); in OptionParsingStarting()
2557 OptionValueBoolean m_load_all_debug_info = false; member in CommandObjectTargetModulesDumpSeparateDebugInfoFiles::CommandOptions
2590 bool(m_options.m_load_all_debug_info))) in DoExecute()
2612 bool(m_options.m_load_all_debug_info))) in DoExecute()