HomeSort by: relevance | last modified time | path
    Searched refs:MContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 67 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));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 34 const LangOptions &Features, MangleContext &MContext)
36 Features(Features), MContext(MContext), MDHelper(M.getContext()),
208 MContext.mangleTypeName(QualType(ETy, 0), Out);
359 MContext.mangleTypeName(QualType(Ty, 0), Out);
CodeGenTBAA.h 122 MangleContext &MContext;
172 const LangOptions &Features, MangleContext &MContext);

Completed in 24 milliseconds