Searched defs:use_synthetic (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp83 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { argument
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBValue.cpp155 void SetUseSynthetic(bool use_synthetic) { m_use_synthetic = use_synthetic; } argument
798 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { argument
1071 bool use_synthetic = local
1085 bool use_synthetic local
58 ValueImpl(lldb::ValueObjectSP in_valobj_sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name = nullptr) argument
1094 SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) argument
1106 SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic) argument
1111 SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name) argument
[all...]

Completed in 111 milliseconds