Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1654 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, in GetSyntheticBitFieldChild() function in ValueObject
2433 root = root->GetSyntheticBitFieldChild(index, index, true); in GetValueForExpressionPath_Impl()
2520 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h571 lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp916 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild( in GetValueForVariableExpressionPath()
1034 valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()