Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h588 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1769 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject
2584 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl()
2671 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp885 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in GetValueForVariableExpressionPath()
1004 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()