Lines Matching refs:CTA
3975 llvm::GlobalVariable *&CTA = CatchableTypeArrays[T]; in getCatchableTypeArray() local
3976 if (CTA) in getCatchableTypeArray()
3977 return CTA; in getCatchableTypeArray()
4079 CTA = new llvm::GlobalVariable( in getCatchableTypeArray()
4082 CTA->setUnnamedAddr(true); in getCatchableTypeArray()
4083 CTA->setSection(".xdata"); in getCatchableTypeArray()
4084 if (CTA->isWeakForLinker()) in getCatchableTypeArray()
4085 CTA->setComdat(CGM.getModule().getOrInsertComdat(CTA->getName())); in getCatchableTypeArray()
4086 return CTA; in getCatchableTypeArray()
4095 llvm::GlobalVariable *CTA = getCatchableTypeArray(T); in getThrowInfo() local
4101 cast<llvm::ConstantInt>(CTA->getInitializer()->getAggregateElement(0U)) in getThrowInfo()
4138 llvm::ConstantExpr::getBitCast(CTA, CGM.Int8PtrTy)); in getThrowInfo()