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

References

examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
  764   Function *F = getFunction(std::string("unary") + Opcode);
  817   Function *F = getFunction(std::string("binary") + Op);
  826   Function *CalleeF = getFunction(Callee);
 1073   Function *TheFunction = getFunction(P.getName());