Searched refs:CreateArgumentAllocas (Results 1 - 7 of 7) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp219 void CreateArgumentAllocas(Function *F);
946 /// CreateArgumentAllocas - Create an alloca for each argument and register the
948 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
978 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp237 void CreateArgumentAllocas(Function *F);
970 /// CreateArgumentAllocas - Create an alloca for each argument and register the
972 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1002 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1341 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1343 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1373 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1199 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1201 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1231 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp222 void CreateArgumentAllocas(Function *F);
952 /// CreateArgumentAllocas - Create an alloca for each argument and register the
954 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
984 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1239 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1241 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1271 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp267 void CreateArgumentAllocas(Function *F);
1522 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1524 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1554 Proto->CreateArgumentAllocas(TheFunction);

Completed in 66 milliseconds