Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:TypeInfos

62   // (TypeInfos) have strictly positive switch values, and exception
67 // TypeInfos. The value written for a positive type ID is just the type ID
339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos();
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true;
402 // Okay, we have actual filters or typeinfos to emit. As such, we need to
466 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize;
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos();
658 // Emit the Catch TypeInfos.
659 if (VerboseAsm && !TypeInfos.empty()) {
660 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<");
662 Entry = TypeInfos.size();
665 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(),
666 TypeInfos.rend())) {
674 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<");