Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1714 std::vector<llvm::Constant*> structVals; in createStandardUtilityFunctions() local
1722 structVals.clear(); in createStandardUtilityFunctions()
1723 structVals.push_back(llvm::ConstantInt::get(builder.getInt32Ty(), i)); in createStandardUtilityFunctions()
1724 nextStruct = llvm::ConstantStruct::get(ourTypeInfoType, structVals); in createStandardUtilityFunctions()