Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultImpl.cpp57 uint32_t child_byte_size = 0; in CreateChildAtIndex() local
71 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
98 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateChildAtIndex()
113 uint32_t child_byte_size = 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()
155 child_byte_size, child_byte_offset, child_bitfield_bit_size, in CreateSyntheticArrayMember()
H A DValueObject.cpp492 uint32_t child_byte_size = 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()
527 uint32_t child_byte_size = 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.cpp101 uint32_t child_byte_size = 0; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h449 std::string &child_name, uint32_t &child_byte_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.cpp911 std::string &child_name, uint32_t &child_byte_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
6223 child_byte_size = in GetChildCompilerTypeAtIndex()
6302 child_byte_size = base_class_clang_type_bit_size / 8; in GetChildCompilerTypeAtIndex()
6332 child_byte_size = *size_or_err; in GetChildCompilerTypeAtIndex()
6333 const uint32_t child_bit_size = child_byte_size * 8; in GetChildCompilerTypeAtIndex()
6390 child_byte_size = ivar_type_info.Width / 8; in GetChildCompilerTypeAtIndex()
6421 child_byte_size = ivar_type_info.Width / 8; in GetChildCompilerTypeAtIndex()
6487 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6505 child_byte_size = *size_or_err; in GetChildCompilerTypeAtIndex()
6528 child_byte_size = *size_or_err; in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h901 uint32_t &child_byte_size, int32_t &child_byte_offset,