Searched refs:GetSyntheticBitFieldChild (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 393 base->GetSyntheticBitFieldChild(first_index, last_index, true); in Visit()
|
| H A D | ValueObject.cpp | 1844 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject 2567 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl() 2654 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObject.h | 589 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 969 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in LegacyGetValueForVariableExpressionPath() 1087 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in LegacyGetValueForVariableExpressionPath()
|