Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsBoolean (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp66 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData()
73 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
80 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpointOptions.cpp64 bool success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
239 success = options_dict.GetValueForKeyAsBoolean(key, enabled); in CreateFromStructuredData()
249 success = options_dict.GetValueForKeyAsBoolean(key, one_shot); in CreateFromStructuredData()
259 success = options_dict.GetValueForKeyAsBoolean(key, auto_continue); in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp43 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp113 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpoint.cpp192 success = breakpoint_dict->GetValueForKeyAsBoolean( in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp669 dict->GetValueForKeyAsBoolean("enableTsc", enable_tsc); in Start()
671 dict->GetValueForKeyAsBoolean("perCpuTracing", per_cpu_tracing); in Start()
672 dict->GetValueForKeyAsBoolean("disableCgroupFiltering", in Start()
720 dict->GetValueForKeyAsBoolean("enableTsc", enable_tsc); in Start()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h423 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() function