Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp558 GetPreferDynamicValue(), GetPreferSyntheticValue(), name); in CreateChildAtOffset()
573 GetPreferDynamicValue(), GetPreferSyntheticValue()); in Cast()
678 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
722 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
779 bool SBValue::GetPreferSyntheticValue() { in GetPreferSyntheticValue() function in SBValue
845 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1253 GetPreferSyntheticValue()); in AddressOf()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h94 bool GetPreferSyntheticValue();
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73243 result = (bool)(arg1)->GetPreferSyntheticValue(); in _wrap_SBValue_GetPreferSyntheticValue()