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

References

examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
  157     auto CompileAction = [this, SharedFnAST]() {
  158       auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl");
  160       auto Sym = findSymbol(SharedFnAST->getName() + "$impl");
  164               mangle(SharedFnAST->getName()), SymAddr)) {
  186             mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported))