Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp272 Value count_value; // unsigned long count in NotifyBreakpointHit() local
288 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()
289 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()
291 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()
292 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit()
299 argument_values.PushValue(count_value); in NotifyBreakpointHit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp575 auto count_value = in GetBacktraceThreadFromException() local
577 if (!count_value) in GetBacktraceThreadFromException()
579 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp114 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() local
243 count_value = 8; in FinalizeSettings()
264 count_value = 4; in FinalizeSettings()