Searched refs:MContext (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 359 MContext.mangleTypeName(QualType(Ty, 0), Out); in getBaseTypeInfoHelper()
|
| H A D | CodeGenTBAA.h | 122 MangleContext &MContext; variable 172 const LangOptions &Features, MangleContext &MContext);
|