Searched refs:NamedStreams (Results 1 – 12 of 12) sorted by relevance
27 NamedStreamMap &NamedStreams) in InfoStreamBuilder() argument29 NamedStreams(NamedStreams) { in InfoStreamBuilder()47 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout()68 if (auto EC = NamedStreams.commit(Writer)) in commit()
47 if (auto EC = NamedStreams.load(Reader)) in reload()91 if (!NamedStreams.get(Name, Result)) in getNamedStreamIndex()97 return NamedStreams.entries(); in named_streams()127 return NamedStreams; in getNamedStreams()
54 Info = llvm::make_unique<InfoStreamBuilder>(*Msf, NamedStreams); in getInfoBuilder()90 NamedStreams.set(Name, *ExpectedStream); in allocateNamedStream()221 if (!NamedStreams.get(Name, SN)) in getNamedStreamIndex()
53 return NamedStreams.load(Reader); in reload()58 if (!NamedStreams.tryGetValue(Name, Result)) in getNamedStreamIndex()65 return NamedStreams.entries(); in named_streams()89 return NamedStreams.commit(Writer); in commit()
33 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams);63 NamedStreamMap &NamedStreams; variable
70 NamedStreamMap NamedStreams; variable
103 NamedStreamMap NamedStreams; variable
78 DenseMap<uint16_t, std::string> NamedStreams; in discoverStreamPurposes() local94 NamedStreams[NSE.second] = NSE.first(); in discoverStreamPurposes()172 auto NSIter = NamedStreams.find(StreamIdx); in discoverStreamPurposes()177 } else if (NSIter != NamedStreams.end()) { in discoverStreamPurposes()
62 std::vector<NamedStreamMapping> NamedStreams; member
45 Optional<NameMap> NamedStreams; variable
72 NameMap NamedStreams; variable
128 std::unordered_map<uint16_t, std::string> NamedStreams; in dumpStreamSummary() local138 NamedStreams[NSE.second] = NSE.first(); in dumpStreamSummary()202 auto NSIter = NamedStreams.find(StreamIdx); in dumpStreamSummary()207 } else if (NSIter != NamedStreams.end()) { in dumpStreamSummary()