Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectConstResultCast.cpp48 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
50 synthetic_index); in CreateChildAtIndex()
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()
DValueObjectConstResultChild.cpp60 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
62 synthetic_index); in CreateChildAtIndex()
DValueObjectConstResult.cpp268 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
270 synthetic_index); in CreateChildAtIndex()
DValueObjectRegister.cpp118 size_t idx, bool synthetic_array_member, int32_t synthetic_index) { in CreateChildAtIndex() argument
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/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectConstResultCast.h39 int32_t synthetic_index) override;
DValueObjectConstResultImpl.h42 int32_t synthetic_index);
DValueObjectConstResultChild.h45 int32_t synthetic_index) override;
DValueObjectRegister.h53 int32_t synthetic_index) override;
DValueObjectConstResult.h83 int32_t synthetic_index) override;
DValueObject.h969 int32_t synthetic_index);