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

/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp218 void CreateArgumentAllocas(Function *F);
944 /// CreateArgumentAllocas - Create an alloca for each argument and register the
946 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
976 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp236 void CreateArgumentAllocas(Function *F);
969 /// CreateArgumentAllocas - Create an alloca for each argument and register the
971 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1001 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp242 void CreateArgumentAllocas(Function *F);
1340 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1342 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1372 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp219 void CreateArgumentAllocas(Function *F);
1198 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1200 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1230 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp221 void CreateArgumentAllocas(Function *F);
951 /// CreateArgumentAllocas - Create an alloca for each argument and register the
953 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
983 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp221 void CreateArgumentAllocas(Function *F);
1238 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1240 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1270 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp266 void CreateArgumentAllocas(Function *F);
1521 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1523 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1553 Proto->CreateArgumentAllocas(TheFunction);

Completed in 245 milliseconds