Searched refs:GetValueForKeyAsBoolean (Results 1 – 7 of 7) sorted by relevance
63 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData()70 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()77 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
64 bool success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()240 success = options_dict.GetValueForKeyAsBoolean(key, enabled); in CreateFromStructuredData()250 success = options_dict.GetValueForKeyAsBoolean(key, one_shot); in CreateFromStructuredData()260 success = options_dict.GetValueForKeyAsBoolean(key, auto_continue); in CreateFromStructuredData()
44 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
197 success = breakpoint_dict->GetValueForKeyAsBoolean( in CreateFromStructuredData()
620 dict->GetValueForKeyAsBoolean("enableTsc", enable_tsc); in Start()622 dict->GetValueForKeyAsBoolean("perCpuTracing", per_cpu_tracing); in Start()623 dict->GetValueForKeyAsBoolean("disableCgroupFiltering", in Start()671 dict->GetValueForKeyAsBoolean("enableTsc", enable_tsc); in Start()
400 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() function