Searched refs:IsTpi (Results 1 – 1 of 1) sorted by relevance
297 bool IsTpi = (StreamIdx == StreamTPI); in dumpTypeIndex() local299 StringRef Label = IsTpi ? "Type (TPI) Records" : "Index (IPI) Records"; in dumpTypeIndex()301 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); in dumpTypeIndex()