Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp66 auto &MContext = M.getContext(); in emit() local
67 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator"); in emit()
69 Type::getVoidTy(MContext), in emit()
70 {PointerType::getUnqual(MContext), Type::getInt64Ty(MContext)}, false); in emit()
78 IRBuilder<> Mutator(MContext); in emit()
90 auto LoadValueTy = Type::getInt8Ty(MContext); in emit()
101 MContext, "__orc_speculate.block", &Fn, &ProgramEntry); in emit()
103 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock); in emit()
119 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA() argument
36 Features(Features), MContext(MContext), MDHelper(M.getContext()), in CodeGenTBAA()
211 MContext.mangleCanonicalTypeName(QualType(ETy, 0), Out); in getTypeInfoHelper()
397 MContext.mangleCanonicalTypeName(QualType(Ty, 0), Out); in getBaseTypeInfoHelper()
H A DCodeGenTBAA.h121 MangleContext &MContext; variable
171 const LangOptions &Features, MangleContext &MContext);