Searched defs:CompileContext (Results 1 – 2 of 2) sorted by relevance
54 struct CompileContext { struct in llvm::OrcCAPIExecutionTest55 CompileContext() : Compiled(false) { } in CompileContext() argument57 OrcCAPIExecutionTest* APIExecTest;58 std::unique_ptr<Module> M;59 LLVMOrcModuleHandle H;60 bool Compiled;
62 struct CompileContext { struct in llvm::OrcCAPIExecutionTest63 CompileContext() : Compiled(false) { } in CompileContext() argument65 OrcCAPIExecutionTest* APIExecTest;66 std::unique_ptr<Module> M;67 LLVMOrcModuleHandle H;68 bool Compiled;