Home
last modified time | relevance | path

Searched refs:GetSyntheticBitFieldChild (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp393 base->GetSyntheticBitFieldChild(first_index, last_index, true); in Visit()
H A DValueObject.cpp1844 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 DValueObject.h589 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp969 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in LegacyGetValueForVariableExpressionPath()
1087 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in LegacyGetValueForVariableExpressionPath()