Home
last modified time | relevance | path

Searched refs:GetExpressionPath (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/exprpath_synthetic/
H A Dmain.mm8 …frame().FindVariable("v"); v0 = v.GetChildAtIndex(0); s = lldb.SBStream(); v0.GetExpressionPath(s);
10 …frame().FindVariable("a"); a1 = a.GetChildAtIndex(1); s = lldb.SBStream(); a1.GetExpressionPath(s);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp684 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
720 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
793 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
811 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
895 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
906 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
920 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
992 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
1009 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
1023 valobj_sp->GetExpressionPath(var_expr_path_strm); in GetValueForVariableExpressionPath()
[all …]
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py35 obj.GetExpressionPath(stream)
36 obj.GetExpressionPath(stream, True)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i376 GetExpressionPath (lldb::SBStream &description);
426 ) GetExpressionPath;
428 GetExpressionPath (lldb::SBStream &description, bool qualify_cxx_base_classes);
516 self.GetExpressionPath (s)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h300 bool GetExpressionPath(lldb::SBStream &description);
302 bool GetExpressionPath(lldb::SBStream &description,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectRegister.h106 GetExpressionPath(Stream &s,
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNotification.py71 self.valobj.GetExpressionPath(stream)
H A DNSBundle.py88 self.valobj.GetExpressionPath(stream)
H A DNSMachPort.py89 self.valobj.GetExpressionPath(stream)
H A DNSException.py76 self.valobj.GetExpressionPath(stream)
H A DCFBinaryHeap.py86 self.valobj.GetExpressionPath(stream)
H A DNSURL.py100 self.valobj.GetExpressionPath(stream)
H A DNSData.py91 self.valobj.GetExpressionPath(stream)
H A DCFBag.py89 self.valobj.GetExpressionPath(stream)
H A DNSIndexSet.py122 self.valobj.GetExpressionPath(stream)
H A DCFArray.py49 self.valobj.GetExpressionPath(stream)
H A DCFDictionary.py175 self.valobj.GetExpressionPath(stream)
H A DNSSet.py89 self.valobj.GetExpressionPath(stream)
H A DNSDate.py208 self.valobj.GetExpressionPath(stream)
H A DNSNumber.py205 self.valobj.GetExpressionPath(stream)
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py139 val.GetExpressionPath(stream)
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp1118 bool SBValue::GetExpressionPath(SBStream &description) { in GetExpressionPath() function in SBValue
1124 value_sp->GetExpressionPath(description.ref()); in GetExpressionPath()
1130 bool SBValue::GetExpressionPath(SBStream &description, in GetExpressionPath() function in SBValue
1137 value_sp->GetExpressionPath(description.ref()); in GetExpressionPath()
/llvm-project-15.0.7/llvm/utils/
H A DlldbDataFormatters.py209 if not val.GetExpressionPath(stream):
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectRegister.cpp305 void ValueObjectRegister::GetExpressionPath(Stream &s, in GetExpressionPath() function in ValueObjectRegister
H A DValueObject.cpp1347 GetExpressionPath(strm); in DumpPrintableRepresentation()
1893 void ValueObject::GetExpressionPath(Stream &s, in GetExpressionPath() function in ValueObject
1942 parent->GetExpressionPath(s, epformat); in GetExpressionPath()
2708 GetExpressionPath(strm); in Dereference()
2734 GetExpressionPath(expr_path_strm); in AddressOf()
2757 GetExpressionPath(expr_path_strm); in AddressOf()

12