Searched refs:child_byte_offset (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 99 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 119 child_byte_offset, in CreateChildAtIndex() 127 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 137 child_byte_offset, in CreateChildAtIndex() 142 valobj->m_impl.SetLiveAddress(m_live_address+child_byte_offset); in CreateChildAtIndex()
|
D | ValueObject.cpp | 699 int32_t child_byte_offset = 0; in CreateChildAtIndex() local 718 child_byte_offset, in CreateChildAtIndex() 726 child_byte_offset += child_byte_size * synthetic_index; in CreateChildAtIndex() 736 child_byte_offset, in CreateChildAtIndex() 3719 int32_t child_byte_offset = 0; in Dereference() local 3738 child_byte_offset, in Dereference() 3753 child_byte_offset, in Dereference()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 2902 int32_t &child_byte_offset, in GetChildClangTypeAtIndex() argument 2978 child_byte_offset = bit_offset/8; in GetChildClangTypeAtIndex() 3013 child_byte_offset = bit_offset / 8; in GetChildClangTypeAtIndex() 3056 child_byte_offset = 0; in GetChildClangTypeAtIndex() 3094 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildClangTypeAtIndex() 3104 …child_byte_offset = objc_runtime->GetByteOffsetForIvar (parent_ast_type, ivar_decl->getNameAsStrin… in GetChildClangTypeAtIndex() 3111 if (child_byte_offset == LLDB_INVALID_IVAR_OFFSET) in GetChildClangTypeAtIndex() 3114 child_byte_offset = bit_offset / 8; in GetChildClangTypeAtIndex() 3155 child_byte_offset, in GetChildClangTypeAtIndex() 3174 child_byte_offset = 0; in GetChildClangTypeAtIndex() [all …]
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTType.h | 421 int32_t &child_byte_offset,
|