Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp298 bool IsTpi = (StreamIdx == StreamTPI); in dumpTypeIndex() local
300 StringRef Label = IsTpi ? "Type (TPI) Records" : "Index (IPI) Records"; in dumpTypeIndex()
302 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); in dumpTypeIndex()