Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSymbol.cpp197 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
198 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsSynthetic); in IsSynthetic()
201 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
233 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()
/external/llvm-project/lldb/bindings/interface/
DSBSymbol.i67 IsSynthetic();
90 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
DSBValue.i157 IsSynthetic ();
/external/llvm-project/lldb/include/lldb/API/
DSBSymbol.h64 bool IsSynthetic();
DSBValue.h94 bool IsSynthetic();
/external/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()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h67 bool IsSynthetic() override { return true; } in IsSynthetic() function
DValueObject.h582 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2236 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2245 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2254 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2305 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2314 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2323 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2540 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()
2715 if (!result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()
2720 if (result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()
2794 } else if (IsSynthetic()) { in Dereference()
DModule.cpp518 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
533 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
DFormatEntity.cpp712 if (!valobj->IsSynthetic()) { in DumpValue()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h172 bool IsSynthetic() override { return true; } in IsSynthetic() function
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h150 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...