Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:FilterIds

74   // specifications (FilterIds) have strictly negative switch values. Value 0
77 // Negative type IDs index into FilterIds. Positive type IDs index into
80 // (negative) byte offset of the corresponding FilterIds entry. The byte
81 // offset is usually equal to the type ID (because the FilterIds entries are
86 // offset corresponding to FilterIds[i].
88 const std::vector<unsigned> &FilterIds = Asm->MF->getFilterIds();
90 FilterOffsets.reserve(FilterIds.size());
94 I = FilterIds.begin(), E = FilterIds.end(); I != E; ++I) {
350 const std::vector<unsigned> &FilterIds = MF->getFilterIds();
379 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty();
611 const std::vector<unsigned> &FilterIds = MF->getFilterIds();
633 if (VerboseAsm && !FilterIds.empty()) {
639 I = FilterIds.begin(), E = FilterIds.end(); I < E; ++I) {