Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp804 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
810 return value_sp->IsSynthetic(); in IsSynthetic()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolExtensions.i25 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h100 bool IsSynthetic();
H A DSBValue.h100 bool IsSynthetic();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2109 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2118 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2127 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2177 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2186 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2195 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2412 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2569 bool is_synthetic = result_sp->IsSynthetic(); in GetQualifiedRepresentationIfAvailable()
2648 } 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.cpp692 if (!valobj->IsSynthetic()) { in DumpValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h69 bool IsSynthetic() override { return true; } in IsSynthetic() function
H A DValueObject.h582 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h173 bool IsSynthetic() override { return true; } in IsSynthetic() function
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp31 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
H A DValueObjectPrinter.cpp138 if (m_valobj->IsSynthetic()) { in GetMostSpecializedValue()
H A DFormatManager.cpp548 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h182 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp625 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50261 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBSymbol_IsSynthetic()
73317 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBValue_IsSynthetic()