Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp54 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
55 CompileContext() : Compiled(false) { } in CompileContext() argument
57 OrcCAPIExecutionTest* APIExecTest;
58 std::unique_ptr<Module> M;
59 LLVMOrcModuleHandle H;
60 bool Compiled;