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

References

examples/Kaleidoscope/Chapter7/toy.cpp
  760   Function *F = getFunction(std::string("unary") + Opcode);
  813   Function *F = getFunction(std::string("binary") + Op);
  822   Function *CalleeF = getFunction(Callee);
 1062   Function *TheFunction = getFunction(P.getName());