Searched refs:CTA (Results 1 – 5 of 5) sorted by relevance
1098 const auto &CTA = TemplateArguments[i]; in getFragmentsForTemplateArguments() local1099 switch (CTA.getKind()) { in getFragmentsForTemplateArguments()1103 getFragmentsForType(CTA.getAsType(), Context, After); in getFragmentsForTemplateArguments()1118 CTA.print(Context.getPrintingPolicy(), OutStream, false); in getFragmentsForTemplateArguments()1126 const auto *VD = CTA.getAsDecl(); in getFragmentsForTemplateArguments()1139 CTA.getAsIntegral().toString(Str); in getFragmentsForTemplateArguments()1145 const auto SVTy = CTA.getStructuralValueType(); in getFragmentsForTemplateArguments()1146 Fragments.append(CTA.getAsStructuralValue().getAsString(Context, SVTy), in getFragmentsForTemplateArguments()1155 CTA.getAsTemplate().print(Stream, Context.getPrintingPolicy()); in getFragmentsForTemplateArguments()1158 CTA.getAsTemplateOrTemplatePattern().getAsTemplateDecl()) in getFragmentsForTemplateArguments()[all …]
291 CatchableTypeArray CTA; in dumpCXXData() local292 CTA.NumEntries = in dumpCXXData()296 CTAs[SymName] = CTA; in dumpCXXData()425 const CatchableTypeArray &CTA = CTAPair.second; in dumpCXXData() local427 outs() << CTAName << "[NumEntries]: " << CTA.NumEntries << '\n'; in dumpCXXData()
4265 llvm::GlobalVariable *&CTA = CatchableTypeArrays[T]; in getCatchableTypeArray() local4266 if (CTA) in getCatchableTypeArray()4267 return CTA; in getCatchableTypeArray()4368 CTA = new llvm::GlobalVariable( in getCatchableTypeArray()4371 CTA->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global); in getCatchableTypeArray()4372 CTA->setSection(".xdata"); in getCatchableTypeArray()4373 if (CTA->isWeakForLinker()) in getCatchableTypeArray()4374 CTA->setComdat(CGM.getModule().getOrInsertComdat(CTA->getName())); in getCatchableTypeArray()4375 return CTA; in getCatchableTypeArray()4384 llvm::GlobalVariable *CTA = getCatchableTypeArray(T); in getThrowInfo() local[all …]
2133 // From Shared CTA to Shared Cluster2145 // From Shared CTA to Global memory2157 // From Shared CTA to Global memory with bytemask
496 // Shared CTA to Cluster memory