Home
last modified time | relevance | path

Searched refs:structVals (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1662 std::vector<llvm::Constant*> structVals; in createStandardUtilityFunctions() local
1670 structVals.clear(); in createStandardUtilityFunctions()
1671 structVals.push_back(llvm::ConstantInt::get(builder.getInt32Ty(), i)); in createStandardUtilityFunctions()
1672 nextStruct = llvm::ConstantStruct::get(ourTypeInfoType, structVals); in createStandardUtilityFunctions()