Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp561 GetPreferDynamicValue(), GetPreferSyntheticValue(), name); in CreateChildAtOffset()
576 GetPreferDynamicValue(), GetPreferSyntheticValue()); in Cast()
681 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
725 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
797 bool SBValue::GetPreferSyntheticValue() { in GetPreferSyntheticValue() function in SBValue
863 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1293 GetPreferSyntheticValue()); in AddressOf()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h98 bool GetPreferSyntheticValue();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76524 result = (bool)(arg1)->GetPreferSyntheticValue(); in _wrap_SBValue_GetPreferSyntheticValue()