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/Core/
H A DValueObjectConstResultImpl.cpp59 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
72 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
95 child_live_addr = m_live_address + child_byte_offset; in CreateChildAtIndex()
99 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateChildAtIndex()
115 int32_t child_byte_offset = 0; in CreateSyntheticArrayMember() local
129 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
144 child_byte_offset += child_byte_size * idx; in CreateSyntheticArrayMember()
153 child_live_addr = m_live_address + child_byte_offset; in CreateSyntheticArrayMember()
156 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateSyntheticArrayMember()
H A DValueObject.cpp496 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
509 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
521 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateChildAtIndex()
531 int32_t child_byte_offset = 0; in CreateSyntheticArrayMember() local
544 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
555 child_byte_offset += child_byte_size * idx; in CreateSyntheticArrayMember()
559 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateSyntheticArrayMember()
2809 int32_t child_byte_offset = 0; in Dereference() local
2823 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
2840 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference()
[all …]
/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.h443 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
H A DTypeSystem.h367 uint32_t &child_byte_size, int32_t &child_byte_offset,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp908 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument
916 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.cpp6196 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument
6295 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6346 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex()
6348 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6395 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6434 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex()
6443 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()
6452 if (child_byte_offset == in GetChildCompilerTypeAtIndex()
6456 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h896 uint32_t &child_byte_size, int32_t &child_byte_offset,