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

References

examples/Kaleidoscope/Chapter9/toy.cpp
  915   Function *F = getFunction(std::string("unary") + Opcode);
  971   Function *F = getFunction(std::string("binary") + Op);
  982   Function *CalleeF = getFunction(Callee);
 1228   Function *TheFunction = getFunction(P.getName());