HomeSort by relevance Sort by last modified time
    Searched full:use_synthetic (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/API/
SBValue.cpp 64 bool use_synthetic,
68 m_use_synthetic(use_synthetic),
154 SetUseSynthetic (bool use_synthetic)
156 m_use_synthetic = use_synthetic;
995 SBValue::SetPreferSyntheticValue (bool use_synthetic)
998 return m_opaque_sp->SetUseSynthetic (use_synthetic);
1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); local
1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); local
    [all...]
  /external/lldb/include/lldb/API/
SBValue.h 112 SetPreferSyntheticValue (bool use_synthetic);
442 /// use_dynamic and use_synthetic options passed in to SetSP when the
467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic);
473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic);
476 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name);
  /external/lldb/include/lldb/Core/
ValueObjectSyntheticFilter.h 79 CalculateSyntheticValue (bool use_synthetic)
ValueObject.h 342 SetUseSyntheticValue(bool use_synthetic = true)
344 m_use_synthetic = use_synthetic;
881 GetSyntheticValue (bool use_synthetic = true);
    [all...]
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBValue-members.html 113 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBValue.html#a81fe4f155a8c138c674db9bbe2cb3d80">SetPreferSyntheticValue</a>(bool use_synthetic)</td><td class="entry"><a class="el" href="classlldb_1_1SBValue.html">lldb::SBValue</a></td><td class="entry"></td></tr>
115 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBValue.html#a50704e6f1e279cf4b52ad737aacf4a9a">SetSP</a>(const lldb::ValueObjectSP &amp;sp, bool use_synthetic)</td><td class="entry"><a class="el" href="classlldb_1_1SBValue.html">lldb::SBValue</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
117 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBValue.html#a6a2ba30f6e131bc592a2a60c97e94e75">SetSP</a>(const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic)</td><td class="entry"><a class="el" href="classlldb_1_1SBValue.html">lldb::SBValue</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
118 <tr><td class="entry"><a class="el" href="classlldb_1_1SBValue.html#aa87eeca152de47f83a4a6ef8a6a637bf">SetSP</a>(const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name)</td><td class="entry"><a class="el" href="classlldb_1_1SBValue.html">lldb::SBValue</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
classlldb_1_1SBValue.html 75 <tr class="memitem:a81fe4f155a8c138c674db9bbe2cb3d80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a81fe4f155a8c138c674db9bbe2cb3d80">SetPreferSyntheticValue</a> (bool use_synthetic)</td></tr>
127 <tr class="memitem:a50704e6f1e279cf4b52ad737aacf4a9a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a50704e6f1e279cf4b52ad737aacf4a9a">SetSP</a> (const lldb::ValueObjectSP &amp;sp, bool use_synthetic)</td></tr>
129 <tr class="memitem:a6a2ba30f6e131bc592a2a60c97e94e75"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a6a2ba30f6e131bc592a2a60c97e94e75">SetSP</a> (const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic)</td></tr>
130 <tr class="memitem:aa87eeca152de47f83a4a6ef8a6a637bf"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#aa87eeca152de47f83a4a6ef8a6a637bf">SetSP</a> (const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name)</td></tr>
    [all...]
SBValue_8h_source.html 145 <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <a class="code" href="classlldb_1_1SBValue.html#a81fe4f155a8c138c674db9bbe2cb3d80">SetPreferSyntheticValue</a> (<span class="keywordtype">bool</span> use_synthetic);</div>
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp     [all...]
  /external/lldb/scripts/Python/interface/
SBValue.i 143 SetPreferSyntheticValue (bool use_synthetic);
  /external/lldb/www/python_reference/
lldb.SBValue-class.html     [all...]

Completed in 235 milliseconds