Searched refs:child_byte_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectConstResultImpl.cpp | 62 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 77 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex() 88 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 96 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex() 100 : m_live_address + child_byte_offset, in CreateChildAtIndex()
|
| H A D | ValueObject.cpp | 632 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 646 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex() 651 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 659 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in CreateChildAtIndex() 2819 int32_t child_byte_offset = 0; in Dereference() local 2833 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference() 2843 child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset, in Dereference()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 110 int32_t child_byte_offset = 0; in GetChildAtIndex() local 120 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex() 140 child_byte_offset, child_type, true, in GetChildAtIndex()
|
| H A 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.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 345 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size,
|
| H A D | TypeSystem.h | 323 uint32_t &child_byte_size, int32_t &child_byte_offset,
|
| H A D | ClangASTContext.h | 792 uint32_t &child_byte_size, int32_t &child_byte_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 632 int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, in GetChildCompilerTypeAtIndex() argument 640 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
| H A D | ClangASTContext.cpp | 6594 uint32_t &child_byte_size, int32_t &child_byte_offset, in GetChildCompilerTypeAtIndex() argument 6689 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6740 child_byte_offset = child_bit_offset / 8; in GetChildCompilerTypeAtIndex() 6742 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6787 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6826 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex() 6845 if (child_byte_offset == in GetChildCompilerTypeAtIndex() 6849 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex() 6903 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() 6984 child_byte_offset = 0; in GetChildCompilerTypeAtIndex() [all …]
|