Home
last modified time | relevance | path

Searched refs:IsSynthetic (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSymbol.cpp236 SBSymbol::IsSynthetic() in IsSynthetic() function in SBSymbol
239 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
HDSBValue.cpp1139 SBValue::IsSynthetic () in IsSynthetic() function in SBValue
1144 return value_sp->IsSynthetic(); in IsSynthetic()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBSymbol.h85 IsSynthetic();
HDSBValue.h127 IsSynthetic ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h79 IsSynthetic() { return true; } in IsSynthetic() function
HDValueObject.h717 IsSynthetic() { return false; } in IsSynthetic() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbol.h244 IsSynthetic () const in IsSynthetic() function
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp28 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
160 if (m_valobj->IsSynthetic()) in GetMostSpecializedValue()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2836 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2844 if (!root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2852 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2903 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2911 if (!root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2919 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
3141 else if (!root->IsSynthetic()) in GetValueForExpressionPath_Impl()
3659 if (!result_sp->IsSynthetic()) in GetQualifiedRepresentationIfAvailable()
3667 if (result_sp->IsSynthetic()) in GetQualifiedRepresentationIfAvailable()
HDModule.cpp598 if (sc.symbol->IsSynthetic()) in ResolveSymbolContextForAddress()
619 if (symbol && !symbol->IsSynthetic()) in ResolveSymbolContextForAddress()
HDFormatEntity.cpp754 if (!valobj->IsSynthetic()) in DumpValue()