Home
last modified time | relevance | path

Searched refs:DebugSBType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py68 self.DebugSBType(type)
74 self.DebugSBType(enum_member.type)
95 self.DebugSBType(task_type)
100 self.DebugSBType(task_ref_type)
106 self.DebugSBType(task_pointer_type)
113 self.DebugSBType(task_head_type)
120 self.DebugSBType(task_head_pointee_type)
128 self.DebugSBType(id_type)
140 self.DebugSBType(myint_arr_type)
143 self.DebugSBType(myint_arr_element_type)
[all …]
/external/llvm-project/lldb/test/API/lang/cpp/stl/
DTestSTL.py54 self.DebugSBType(map_type)
64 self.DebugSBType(t)
/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
DTestCppValueCast.py72 self.DebugSBType(typeA)
73 self.DebugSBType(typeB)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2701 def DebugSBType(self, type): member in TestBase