Searched defs:Context1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { argument
35 M1 = new Module("test1", Context1);
72 LLVMContext Context1; local
75 createModule1(Context1, M1, FooF1);
102 LLVMContext Context1; local
105 createModule1(Context1, M1, FooF1);
136 LLVMContext Context1; local
139 createModule1(Context1, M1, FooF1);

Completed in 15 milliseconds