Searched defs:build_and_run (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/test/API/commands/expression/top-level/ | ||
H A D | TestTopLevelExprs.py | 24 def build_and_run(self): member in TopLevelExpressionsTestCase |
/llvm-project/lldb/test/API/commands/expression/test/ | ||
H A D | TestExprs.py | 35 def build_and_run(self): member in BasicExprCommandsTestCase |
/llvm-project/lldb/test/API/commands/expression/ir-interpreter/ | ||
H A D | TestIRInterpreter.py | 95 def build_and_run(self): member in IRInterpreterTestCase |
/llvm-project/lldb/test/API/lang/c/calling-conventions/ | ||
H A D | TestCCallingConventions.py | 11 def build_and_run(self, test_file): member in TestCase |
/llvm-project/lldb/test/API/types/ | ||
H A D | AbstractBase.py | 63 def build_and_run(self, source, atoms, bc=False, qd=False): member in GenericTester |