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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
   44       : ObjectLayer(ES,
   46         CompileLayer(ES, ObjectLayer, ConcurrentIRCompiler(std::move(JTMB))),
   47         DL(std::move(DL)), Mangle(ES, this->DL),
   49     ES.getMainJITDylib().addGenerator(
   72     return CompileLayer.add(ES.getMainJITDylib(),
   77     return ES.lookup({&ES.getMainJITDylib()}, Mangle(Name.str()));
   77     return ES.lookup({&ES.getMainJITDylib()}, Mangle(Name.str()));