reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
191 LLLazyJIT::LLLazyJIT(LLLazyJITBuilderState &S, Error &Err) : LLJIT(S, Err) { 200 if (S.LCTMgr) 201 LCTMgr = std::move(S.LCTMgr); 204 S.TT, *ES, S.LazyCompileFailureAddr)) 204 S.TT, *ES, S.LazyCompileFailureAddr)) 213 auto ISMBuilder = std::move(S.ISMBuilder); 217 ISMBuilder = createLocalIndirectStubsManagerBuilder(S.TT); 223 S.TT.str(), 235 if (S.NumCompileThreads > 0)