Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp574 auto count_value = in GetBacktraceThreadFromException() local
576 if (!count_value) in GetBacktraceThreadFromException()
578 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp111 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() local
240 count_value = 8; in FinalizeSettings()
261 count_value = 4; in FinalizeSettings()