Searched refs:GetSyntheticBitFieldChild (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Target/ |
D | StackFrame.cpp | 884 … child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, child_index, true); in GetValueForVariableExpressionPath() 1017 … child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 2084 ValueObject::GetSyntheticBitFieldChild (uint32_t from, uint32_t to, bool can_create) in GetSyntheticBitFieldChild() function in ValueObject 2890 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl() 2993 root = root->GetSyntheticBitFieldChild(index_lower, index_higher, true); in GetValueForExpressionPath_Impl() 3235 root = root->GetSyntheticBitFieldChild(index, index, true); in ExpandArraySliceExpression() 3280 root = root->GetSyntheticBitFieldChild(index_lower, index_higher, true); in ExpandArraySliceExpression()
|
/external/lldb/include/lldb/Core/ |
D | ValueObject.h | 860 GetSyntheticBitFieldChild (uint32_t from, uint32_t to, bool can_create);
|