Home
last modified time | relevance | path

Searched defs:StreamIdx (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
98 for (uint32_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in discoverStreamPurposes() local
H A DBytesOutputStyle.cpp292 void BytesOutputStyle::dumpTypeIndex(uint32_t StreamIdx, in dumpTypeIndex()
446 BytesOutputStyle::initializeTypes(uint32_t StreamIdx) { in initializeTypes()
H A DDumpOutputStyle.cpp362 for (uint32_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in dumpStreamSummary() local
569 uint32_t StreamIdx = Desc.getModuleStreamIndex(); in dumpSymbolStats() local
1323 Error DumpOutputStyle::dumpTpiStream(uint32_t StreamIdx) { in dumpTpiStream()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp31 TpiStreamBuilder::TpiStreamBuilder(MSFBuilder &Msf, uint32_t StreamIdx) in TpiStreamBuilder()
H A DLinePrinter.cpp181 uint32_t StreamIdx, in formatMsfStreamData()