Searched refs:child_byte_offset (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectConstResultImpl.cpp | 60 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() 94 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex() 98 : m_live_address + child_byte_offset, in CreateChildAtIndex()
|
| H A D | ValueObject.cpp | 540 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 554 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex() 559 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 567 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex() 2644 int32_t child_byte_offset = 0; in Dereference() local 2658 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference() 2668 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference() 2686 child_byte_offset, child_bitfield_bit_size, in Dereference()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 111 int32_t child_byte_offset = 0; in GetChildAtIndex() local 121 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex() 141 child_byte_offset, child_type, true, in GetChildAtIndex()
|
| H A D | LibCxxMap.cpp | 311 int32_t child_byte_offset = 0; in GetValueOffset() local 320 child_byte_offset, child_bitfield_bit_size, in GetValueOffset() 324 m_skip_size = (uint32_t)child_byte_offset; in GetValueOffset()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 606 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument 614 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 321 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
|
| H A D | TypeSystem.h | 327 uint32_t &child_byte_size, int32_t &child_byte_offset,
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 6149 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument 6244 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6293 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex() 6295 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6340 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6379 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex() 6397 if (child_byte_offset == in GetChildCompilerTypeAtIndex() 6401 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6454 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6535 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() [all …]
|
| H A D | TypeSystemClang.h | 791 uint32_t &child_byte_size, int32_t &child_byte_offset,
|