Searched refs:GetSyntheticBitFieldChild (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 911 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in GetValueForVariableExpressionPath() 1027 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 585 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 1811 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject 2590 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl() 2677 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
|