reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/SpeculativeJIT/SpeculativeJIT.cpp
   77   ExecutionSession &getES() { return *ES; }
   84     return ES->lookup({&ES->getMainJITDylib()}, Mangle(UnmangledName));
   84     return ES->lookup({&ES->getMainJITDylib()}, Mangle(UnmangledName));
  105         CompileLayer(*this->ES, ObjLayer,
  107         S(Imps, *this->ES),
  108         SpeculateLayer(*this->ES, CompileLayer, S, Mangle, BlockFreqQuery()),
  109         CODLayer(*this->ES, SpeculateLayer, *this->LCTMgr,
  111     this->ES->getMainJITDylib().addGenerator(
  114     this->ES->setDispatchMaterialization(
  122     ExitOnErr(S.addSpeculationRuntime(this->ES->getMainJITDylib(), Mangle));
  124     ExitOnErr(CXXRuntimeoverrides.enable(this->ES->getMainJITDylib(), Mangle));
  133   MangleAndInterner Mangle{*ES, DL};
  141   RTDyldObjectLinkingLayer ObjLayer{*ES, createMemMgr};