Lines Matching defs:Context
35 LLVMContext Context;
37 Module M("M", Context);
38 Type *T = Type::getInt8Ty(Context);
55 LLVMContext Context;
62 Module M("R", Context);
79 LLVMContext Context;
80 Module M("M", Context);
82 Metadata *Val1 = MDString::get(Context, "Val1");
83 Metadata *Val2 = MDString::get(Context, "Val2");
92 LLVMContext Context;
93 Module M("M", Context);
127 LLVMContext Context;
128 std::unique_ptr<Module> M = parseAssemblyString(IRString, Err, Context);
133 M->setProfileSummary(PS->getMD(Context), ProfileSummary::PSK_Sample);
164 LLVMContext Context;
165 std::unique_ptr<Module> M = parseAssemblyString(IRString, Err, Context);
181 LLVMContext Context;
186 Err, Context);
221 LLVMContext Context;
226 Err, Context);
261 LLVMContext Context;
295 LLVMContext Context;
299 Err, Context);
336 LLVMContext Context;
360 Err, Context);
387 std::unique_ptr<Module> M2 = parseAssemblyString(M2Str, Err, Context);