Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp728 llvm::Type *CTType = in getCatchableTypeArrayType() local
732 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes in getCatchableTypeArrayType()
4244 llvm::StructType *CTType = getCatchableTypeType(); in getCatchableType() local
4246 CGM.getModule(), CTType, /*isConstant=*/true, getLinkageForRTTI(T), in getCatchableType()
4247 llvm::ConstantStruct::get(CTType, Fields), MangledName); in getCatchableType()
4348 llvm::Type *CTType = in getCatchableTypeArray() local
4350 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries); in getCatchableTypeArray()