Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:stringConstant

909   llvm::Constant *stringConstant =
916 stringConstant->getType(),
919 stringConstant,
923 stringVar = builder.CreateAlloca(stringConstant->getType());
924 builder.CreateStore(stringConstant, stringVar);
952 llvm::Constant *stringConstant =
960 stringConstant->getType(),
963 stringConstant,
967 stringVar = builder.CreateAlloca(stringConstant->getType());
968 builder.CreateStore(stringConstant, stringVar);