Searched refs:MContext (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 67 auto &MContext = M.getContext(); in emit() local 68 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator"); in emit() 70 Type::getVoidTy(MContext), in emit() 71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit() 79 IRBuilder<> Mutator(MContext); in emit() 91 auto LoadValueTy = Type::getInt8Ty(MContext); in emit() 102 MContext, "__orc_speculate.block", &Fn, &ProgramEntry); in emit() 104 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock); in emit() 120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA() argument 36 Features(Features), MContext(MContext), MDHelper(M.getContext()), in CodeGenTBAA() 208 MContext.mangleTypeName(QualType(ETy, 0), Out); in getTypeInfoHelper() 394 MContext.mangleTypeName(QualType(Ty, 0), Out); in getBaseTypeInfoHelper()
|
| H A D | CodeGenTBAA.h | 121 MangleContext &MContext; variable 171 const LangOptions &Features, MangleContext &MContext);
|