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.cpp204 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
208 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
H A DSBValue.cpp794 if (!value_sb.IsSynthetic()) { in GetSyntheticValue()
841 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
847 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.cpp29 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
H A DValueObjectPrinter.cpp126 if (m_cached_valobj->IsSynthetic()) { in SetupMostSpecializedValue()
H A DFormatManager.cpp568 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectSynthetic.h69 bool IsSynthetic() override { return true; } in IsSynthetic() function
H A DValueObject.h616 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h199 bool IsSynthetic() override { return true; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h182 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp520 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
535 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
H A DFormatEntity.cpp781 if (!valobj->IsSynthetic()) { in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2198 if (valobj.IsSynthetic()) { in GetAlternateValue()
2602 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2763 bool is_synthetic = result_sp->IsSynthetic(); in GetQualifiedRepresentationIfAvailable()
2834 if (!m_deref_valobj && IsSynthetic()) in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp621 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54123 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBSymbol_IsSynthetic()
77958 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBValue_IsSynthetic()