Searched refs:BasicFormatter (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 960 class BasicFormatter(object): class 983 class ChildVisitingFormatter(BasicFormatter): 999 BasicFormatter.format(self, value, buffer=output) 1001 BasicFormatter.format( 1007 class RecursiveDecentFormatter(BasicFormatter): 1026 BasicFormatter.format(self, value, buffer=output, indent=self.lindent) 1030 BasicFormatter.format( 1037 BasicFormatter.format(
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1427 class BasicFormatter(object): class 1450 class ChildVisitingFormatter(BasicFormatter): 1466 BasicFormatter.format(self, value, buffer=output) 1468 BasicFormatter.format( 1474 class RecursiveDecentFormatter(BasicFormatter): 1493 BasicFormatter.format(self, value, buffer=output, indent=self.lindent) 1497 BasicFormatter.format( 1504 BasicFormatter.format(
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/ |
| H A D | TestValueAPI.py | 89 fmt = lldbutil.BasicFormatter()
|