Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp581 auto count_value = return_addresses->GetChildMemberWithName("_cnt"); in GetBacktraceThreadFromException() local
582 if (!count_value) in GetBacktraceThreadFromException()
584 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/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()