Searched refs:GetSyntheticBitFieldChild (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1645 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject 2424 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl() 2511 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 903 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in GetValueForVariableExpressionPath() 1021 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 571 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
|