Searched refs:m_load_all_debug_info (Results 1 – 2 of 2) sorted by relevance
170 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
2528 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::CommandOptions2590 bool(m_options.m_load_all_debug_info))) in DoExecute()2612 bool(m_options.m_load_all_debug_info))) in DoExecute()