Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:FilterIds

63   // specifications (FilterIds) have strictly negative switch values. Value 0
66 // Negative type IDs index into FilterIds. Positive type IDs index into
69 // (negative) byte offset of the corresponding FilterIds entry. The byte
70 // offset is usually equal to the type ID (because the FilterIds entries are
75 // offset corresponding to FilterIds[i].
77 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
79 FilterOffsets.reserve(FilterIds.size());
83 I = FilterIds.begin(), E = FilterIds.end(); I != E; ++I) {
340 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true;
653 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
673 if (VerboseAsm && !FilterIds.empty()) {
679 I = FilterIds.begin(), E = FilterIds.end(); I < E; ++I) {