Searched refs:child_byte_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| 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()
|
| 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() 2641 int32_t child_byte_offset = 0; in Dereference() local 2655 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference() 2665 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference() 2683 child_byte_offset, child_bitfield_bit_size, in Dereference()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| 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()
|
| D | LibCxxMap.cpp | 313 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-stable/contrib/llvm-project/lldb/source/Symbol/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | CompilerType.h | 321 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
|
| D | TypeSystem.h | 328 uint32_t &child_byte_size, int32_t &child_byte_offset,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 6108 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument 6203 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6252 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex() 6254 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6299 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6338 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex() 6347 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex() 6356 if (child_byte_offset == in GetChildCompilerTypeAtIndex() 6360 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6395 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() [all …]
|
| D | TypeSystemClang.h | 799 uint32_t &child_byte_size, int32_t &child_byte_offset,
|