Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp59 uint32_t child_byte_size = 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()
103 *m_impl_backend, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex()
H A DValueObject.cpp486 uint32_t child_byte_size = 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()
513 *this, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex()
2592 uint32_t child_byte_size = 0; in Dereference() local
2607 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
2610 if (child_compiler_type && child_byte_size) { in Dereference()
2616 *this, child_compiler_type, child_name, child_byte_size, in Dereference()
2637 *this, child_compiler_type, child_name, child_byte_size, in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp100 uint32_t child_byte_size = 0; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
H A DLibCxxMap.cpp301 uint32_t child_byte_size; in GetValueOffset() local
310 nullptr, 4, true, true, true, child_name, child_byte_size, in GetValueOffset()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h427 std::string &child_name, uint32_t &child_byte_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.cpp872 std::string &child_name, uint32_t &child_byte_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
6109 child_byte_size = in GetChildCompilerTypeAtIndex()
6213 child_byte_size = *size; in GetChildCompilerTypeAtIndex()
6214 const uint32_t child_bit_size = child_byte_size * 8; in GetChildCompilerTypeAtIndex()
6269 child_byte_size = ivar_type_info.Width / 8; in GetChildCompilerTypeAtIndex()
6300 child_byte_size = ivar_type_info.Width / 8; in GetChildCompilerTypeAtIndex()
6383 child_byte_size = *size; in GetChildCompilerTypeAtIndex()
6406 child_byte_size = *size; in GetChildCompilerTypeAtIndex()
6425 child_byte_size = *size; in GetChildCompilerTypeAtIndex()
6464 child_byte_size = *size; in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h878 uint32_t &child_byte_size, int32_t &child_byte_offset,