Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBSymbol.cpp195 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
196 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsSynthetic); in IsSynthetic()
199 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
231 LLDB_REGISTER_METHOD(bool, SBSymbol, IsSynthetic, ()); in RegisterMethods()
DSBValue.cpp843 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
844 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsSynthetic); in IsSynthetic()
849 return value_sp->IsSynthetic(); in IsSynthetic()
1614 LLDB_REGISTER_METHOD(bool, SBValue, IsSynthetic, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBSymbol.i65 IsSynthetic();
88 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
DSBValue.i157 IsSynthetic ();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBSymbol.h64 bool IsSynthetic();
DSBValue.h94 bool IsSynthetic();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp2152 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2161 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2170 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2221 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2230 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2239 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2456 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2616 if (!result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()
2621 if (result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()
2695 } else if (IsSynthetic()) { in Dereference()
DModule.cpp511 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
526 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
DFormatEntity.cpp704 if (!valobj->IsSynthetic()) { in DumpValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp30 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
DValueObjectPrinter.cpp126 if (m_valobj->IsSynthetic()) { in GetMostSpecializedValue()
DFormatManager.cpp559 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h67 bool IsSynthetic() override { return true; } in IsSynthetic() function
DValueObject.h598 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h172 bool IsSynthetic() override { return true; } in IsSynthetic() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h156 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbol.cpp572 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp45629 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBSymbol_IsSynthetic()
66567 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBValue_IsSynthetic()