Home
last modified time | relevance | path

Searched refs:child_byte_offset (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultImpl.cpp58 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
71 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
94 child_live_addr = m_live_address + child_byte_offset; in CreateChildAtIndex()
98 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateChildAtIndex()
114 int32_t child_byte_offset = 0; in CreateSyntheticArrayMember() local
128 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
143 child_byte_offset += child_byte_size * idx; in CreateSyntheticArrayMember()
152 child_live_addr = m_live_address + child_byte_offset; in CreateSyntheticArrayMember()
155 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateSyntheticArrayMember()
H A DValueObject.cpp493 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
506 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
518 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateChildAtIndex()
528 int32_t child_byte_offset = 0; in CreateSyntheticArrayMember() local
541 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
552 child_byte_offset += child_byte_size * idx; in CreateSyntheticArrayMember()
556 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateSyntheticArrayMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp102 int32_t child_byte_offset = 0; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
135 child_byte_offset, child_type, true, in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h450 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
H A DTypeSystem.h377 uint32_t &child_byte_size, int32_t &child_byte_offset,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp912 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument
920 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6189 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument
6288 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6342 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex()
6344 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6391 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6430 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex()
6439 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()
6448 if (child_byte_offset == in GetChildCompilerTypeAtIndex()
6452 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6487 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h901 uint32_t &child_byte_size, int32_t &child_byte_offset,