Searched defs:engine (Results 1 – 11 of 11) sorted by relevance
57 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local153 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local315 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local410 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local512 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local684 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local783 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
56 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local175 std::unique_ptr<UnwindAssemblyInstEmulation> engine( in TEST_F() local
98 std::unique_ptr<x86AssemblyInspectionEngine> engine( in Getx86_64Inspector() local117 std::unique_ptr<x86AssemblyInspectionEngine> engine( in Geti386Inspector() local143 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); in TEST_F() local219 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local295 std::unique_ptr<x86AssemblyInspectionEngine> engine = Getx86_64Inspector(); in TEST_F() local461 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local855 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local1897 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local1923 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local1975 std::unique_ptr<x86AssemblyInspectionEngine> engine = Geti386Inspector(); in TEST_F() local[all …]
245 auto &engine = maybeEngine.get(); in runJit() local
244 auto &engine = maybeEngine.get(); in runJit() local
154 std::mt19937 engine; in helper() local
236 auto engine = std::make_unique<ExecutionEngine>( in create() local
221 auto engine = std::move(*expectedEngine); in compileAndExecute() local
31 std::mt19937 engine; in test_small_inputs() local
1103 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations()
1550 void runExceptionThrow(llvm::ExecutionEngine *engine, in runExceptionThrow()