Searched refs:GetSyntheticBitFieldChild (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | ValueObject.h | 557 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | ValueObject.cpp | 1780 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject 2594 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl() 2681 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StackFrame.cpp | 895 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in GetValueForVariableExpressionPath() 1014 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()
|