Searched refs:MContext (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp67 auto &MContext = M.getContext();
68 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator");
70 Type::getVoidTy(MContext),
71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false);
79 IRBuilder<> Mutator(MContext);
91 auto LoadValueTy = Type::getInt8Ty(MContext);
102 MContext, "__orc_speculate.block", &Fn, &ProgramEntry);
104 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock);
120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext));
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext)
36 Features(Features), MContext(MContext), MDHelper(M.getContext()),
208 MContext.mangleTypeName(QualType(ETy, 0), Out);
394 MContext.mangleTypeName(QualType(Ty, 0), Out);
32 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO, const LangOptions &Features, MangleContext &MContext) argument
H A DCodeGenTBAA.h121 MangleContext &MContext; member in class:clang::CodeGen::CodeGenTBAA
171 const LangOptions &Features, MangleContext &MContext);

Completed in 59 milliseconds