Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp60 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
75 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
86 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
100 child_live_addr = m_live_address + child_byte_offset; in CreateChildAtIndex()
104 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex()
H A DValueObject.cpp487 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
501 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
506 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
514 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex()
2593 int32_t child_byte_offset = 0; in Dereference() local
2607 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
2617 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference()
2638 child_byte_offset, child_bitfield_bit_size, in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp101 int32_t child_byte_offset = 0; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
131 child_byte_offset, child_type, true, in GetChildAtIndex()
H A DLibCxxMap.cpp302 int32_t child_byte_offset = 0; in GetValueOffset() local
311 child_byte_offset, child_bitfield_bit_size, in GetValueOffset()
315 m_skip_size = (uint32_t)child_byte_offset; in GetValueOffset()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h428 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
H A DTypeSystem.h344 uint32_t &child_byte_size, int32_t &child_byte_offset,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp873 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument
881 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.cpp6079 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument
6174 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6223 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex()
6225 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6270 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6309 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex()
6327 if (child_byte_offset == in GetChildCompilerTypeAtIndex()
6331 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6384 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6465 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h878 uint32_t &child_byte_size, int32_t &child_byte_offset,