Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:TypeInfos

89   // (TypeInfos) have strictly positive switch values, and exception
94 // TypeInfos. The value written for a positive type ID is just the type ID
349 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
391 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true;
422 // Okay, we have actual filters or typeinfos to emit. As such, we need to
491 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize;
675 // Emit the Catch TypeInfos.
676 if (VerboseAsm && !TypeInfos.empty()) {
677 Asm->OutStreamer.AddComment(">> Catch TypeInfos <<");
679 Entry = TypeInfos.size();
683 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) {
696 Asm->OutStreamer.AddComment(">> Filter TypeInfos <<");