Home
last modified time | relevance | path

Searched refs:synthetic_index (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResultCast.cpp48 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
50 synthetic_index); in CreateChildAtIndex()
H A DValueObjectConstResultImpl.cpp48 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
85 if (synthetic_index) in CreateChildAtIndex()
86 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
H A DValueObjectConstResultChild.cpp60 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
62 synthetic_index); in CreateChildAtIndex()
H A DValueObjectConstResult.cpp268 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
270 synthetic_index); in CreateChildAtIndex()
H A DValueObjectRegister.cpp118 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
H A DValueObject.cpp534 int32_t synthetic_index) { in CreateChildAtIndex() argument
559 if (synthetic_index) in CreateChildAtIndex()
560 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
578 ->GetChildAtIndex(synthetic_index, synthetic_array_member) in CreateChildAtIndex()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h39 int32_t synthetic_index) override;
H A DValueObjectConstResultImpl.h42 int32_t synthetic_index);
H A DValueObjectConstResultChild.h45 int32_t synthetic_index) override;
H A DValueObjectRegister.h53 int32_t synthetic_index) override;
H A DValueObjectConstResult.h83 int32_t synthetic_index) override;
H A DValueObject.h969 int32_t synthetic_index);