Home
last modified time | relevance | path

Searched defs:TheFunction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp615 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca()
719 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
782 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
863 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
963 Function *TheFunction = Proto->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp519 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
584 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
699 Function *TheFunction = Proto->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp623 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
688 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local
803 Function *TheFunction = Proto->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp446 Function *TheFunction = Proto->Codegen(); in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp454 Function *TheFunction = Proto->Codegen(); in Codegen() local
/external/llvm/lib/IR/
DAsmWriter.cpp336 const Function* TheFunction; member in __anon38e465a00211::SlotTracker