Home
last modified time | relevance | path

Searched refs:SetPreferSyntheticValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h90 void SetPreferSyntheticValue(bool use_synthetic);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i151 SetPreferSyntheticValue (bool use_synthetic);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp825 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { in SetPreferSyntheticValue() function in SBValue
826 LLDB_RECORD_METHOD(void, SBValue, SetPreferSyntheticValue, (bool), in SetPreferSyntheticValue()
1612 LLDB_REGISTER_METHOD(void, SBValue, SetPreferSyntheticValue, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig236 sb_value->SetPreferSyntheticValue(false);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66519 (arg1)->SetPreferSyntheticValue(arg2); in _wrap_SBValue_SetPreferSyntheticValue()