Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp203 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
207 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
H A DSBValue.cpp775 if (!value_sb.IsSynthetic()) { in GetSyntheticValue()
822 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
828 return value_sp->IsSynthetic(); in IsSynthetic()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolExtensions.i25 synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h100 bool IsSynthetic();
H A DSBValue.h104 bool IsSynthetic();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp31 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
H A DFormatManager.cpp560 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
H A DValueObjectPrinter.cpp126 if (m_cached_valobj->IsSynthetic()) { in SetupMostSpecializedValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h69 bool IsSynthetic() override { return true; } in IsSynthetic() function
H A DValueObject.h612 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h175 bool IsSynthetic() override { return true; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2320 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2329 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2338 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2388 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2397 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2406 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2625 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2785 bool is_synthetic = result_sp->IsSynthetic(); in GetQualifiedRepresentationIfAvailable()
2871 } else if (IsSynthetic()) { in Dereference()
H A DModule.cpp510 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
525 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp724 if (!valobj->IsSynthetic()) { in DumpValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h182 bool IsSynthetic() const { return m_is_synthetic; }
180 bool IsSynthetic() const { return m_is_synthetic; } IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp621 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52995 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBSymbol_IsSynthetic()
76598 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBValue_IsSynthetic()