Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:stringConstant

887   llvm::Constant *stringConstant = 
894 stringConstant->getType(),
897 stringConstant,
901 stringVar = builder.CreateAlloca(stringConstant->getType());
902 builder.CreateStore(stringConstant, stringVar);
930 llvm::Constant *stringConstant = llvm::ConstantArray::get(context, format);
937 stringConstant->getType(),
940 stringConstant,
944 stringVar = builder.CreateAlloca(stringConstant->getType());
945 builder.CreateStore(stringConstant, stringVar);