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

References

examples/Kaleidoscope/Chapter9/toy.cpp
 1229   if (!TheFunction)
 1237   BasicBlock *BB = BasicBlock::Create(TheContext, "entry", TheFunction);
 1248       CreateFunctionType(TheFunction->arg_size(), Unit), ScopeLine,
 1250   TheFunction->setSubprogram(SP);
 1263   for (auto &Arg : TheFunction->args()) {
 1265     AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
 1293     verifyFunction(*TheFunction);
 1295     return TheFunction;
 1299   TheFunction->eraseFromParent();