Home
last modified time | relevance | path

Searched defs:build_and_run (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/commands/expression/top-level/
H A DTestTopLevelExprs.py24 def build_and_run(self): member in TopLevelExpressionsTestCase
/llvm-project/lldb/test/API/commands/expression/test/
H A DTestExprs.py35 def build_and_run(self): member in BasicExprCommandsTestCase
/llvm-project/lldb/test/API/commands/expression/ir-interpreter/
H A DTestIRInterpreter.py95 def build_and_run(self): member in IRInterpreterTestCase
/llvm-project/lldb/test/API/lang/c/calling-conventions/
H A DTestCCallingConventions.py11 def build_and_run(self, test_file): member in TestCase
/llvm-project/lldb/test/API/types/
H A DAbstractBase.py63 def build_and_run(self, source, atoms, bc=False, qd=False): member in GenericTester