Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp62 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
77 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
88 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
96 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex()
100 : m_live_address + child_byte_offset, in CreateChildAtIndex()
H A DValueObject.cpp632 int32_t child_byte_offset = 0; in CreateChildAtIndex() local
646 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
651 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex()
659 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex()
2819 int32_t child_byte_offset = 0; in Dereference() local
2833 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
2843 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp110 int32_t child_byte_offset = 0; in GetChildAtIndex() local
120 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
140 child_byte_offset, child_type, true, in GetChildAtIndex()
H A DLibCxxMap.cpp313 int32_t child_byte_offset = 0; in GetValueOffset() local
322 child_byte_offset, child_bitfield_bit_size, in GetValueOffset()
326 m_skip_size = (uint32_t)child_byte_offset; in GetValueOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h345 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
H A DTypeSystem.h323 uint32_t &child_byte_size, int32_t &child_byte_offset,
H A DClangASTContext.h792 uint32_t &child_byte_size, int32_t &child_byte_offset,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp632 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument
640 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
H A DClangASTContext.cpp6594 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument
6689 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6740 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex()
6742 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6787 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6826 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex()
6845 if (child_byte_offset == in GetChildCompilerTypeAtIndex()
6849 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6903 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
6984 child_byte_offset = 0; in GetChildCompilerTypeAtIndex()
[all …]