Searched refs:child_byte_offset (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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() 100 child_live_addr = m_live_address + child_byte_offset; in CreateChildAtIndex() 104 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex()
|
| H A D | ValueObject.cpp | 541 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 555 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex() 560 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 568 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex() 2653 int32_t child_byte_offset = 0; in Dereference() local 2667 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference() 2677 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference() 2698 child_byte_offset, child_bitfield_bit_size, in Dereference()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 113 int32_t child_byte_offset = 0; in GetChildAtIndex() local 123 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex() 143 child_byte_offset, child_type, true, in GetChildAtIndex()
|
| H A D | LibCxxMap.cpp | 310 int32_t child_byte_offset = 0; in GetValueOffset() local 319 child_byte_offset, child_bitfield_bit_size, in GetValueOffset() 323 m_skip_size = (uint32_t)child_byte_offset; in GetValueOffset()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 688 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument 696 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 381 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
|
| H A D | TypeSystem.h | 339 uint32_t &child_byte_size, int32_t &child_byte_offset,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 6204 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument 6299 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6348 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex() 6350 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6395 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6434 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex() 6443 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex() 6452 if (child_byte_offset == in GetChildCompilerTypeAtIndex() 6456 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() [all …]
|
| H A D | TypeSystemClang.h | 807 uint32_t &child_byte_size, int32_t &child_byte_offset,
|