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

References

examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
  754   Function *F = getFunction(std::string("unary") + Opcode);
  807   Function *F = getFunction(std::string("binary") + Op);
  816   Function *CalleeF = getFunction(Callee);
 1056   Function *TheFunction = getFunction(P.getName());