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

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp185 static llvm::StructType *ourTypeInfoType; variable
1667 ourTypeInfoType = llvm::StructType::get(context,
1681 TypeArray(ourTypeInfoType));
1726 nextStruct = llvm::ConstantStruct::get(ourTypeInfoType, structVals);
1734 ourTypeInfoType,

Completed in 98 milliseconds