Home
last modified time | relevance | path

Searched refs:IsTpi (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp297 bool IsTpi = (StreamIdx == StreamTPI); in dumpTypeIndex() local
299 StringRef Label = IsTpi ? "Type (TPI) Records" : "Index (IPI) Records"; in dumpTypeIndex()
301 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); in dumpTypeIndex()