Home
last modified time | relevance | path

Searched refs:SetElementCount (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h122 DumpValueObjectOptions &SetElementCount(uint32_t element_count = 0);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp192 DumpValueObjectOptions::SetElementCount(uint32_t element_count) { in SetElementCount() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp578 .SetElementCount(0); in PrintChild()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp220 options.SetElementCount(elem_count); in GetAsDumpOptions()