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

References

examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
  170     auto CompileAction = [this, SharedFnAST]() {
  171       auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl");
  173       auto Sym = findSymbol(SharedFnAST->getName() + "$impl");
  177               mangle(SharedFnAST->getName()), SymAddr)) {
  199             mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported))