Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp55 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
97 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.cpp363 for (uint32_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) { in dumpStreamSummary() local
570 uint32_t StreamIdx = Desc.getModuleStreamIndex(); in dumpSymbolStats() local
1324 Error DumpOutputStyle::dumpTpiStream(uint32_t StreamIdx) { in dumpTpiStream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h44 uint32_t StreamIdx; variable
62 uint32_t StreamIdx, LVShared *Shared) in LVTypeVisitor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp32 TpiStreamBuilder::TpiStreamBuilder(MSFBuilder &Msf, uint32_t StreamIdx) in TpiStreamBuilder()
H A DLinePrinter.cpp181 uint32_t StreamIdx, in formatMsfStreamData()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp336 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, TypeLeafKind Kind, in add()
344 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, StringRef Name) { in add()
349 LVElement *LVTypeRecords::find(uint32_t StreamIdx, TypeIndex TI, bool Create) { in find()
371 TypeIndex LVTypeRecords::find(uint32_t StreamIdx, StringRef Name) { in find()
1745 uint32_t StreamIdx) { in printTypeIndex()
1751 LVElement *Element, uint32_t StreamIdx) { in printTypeBegin()
1770 uint32_t StreamIdx) { in printMemberBegin()
3319 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, in getElement()
H A DLVCodeViewReader.cpp584 SpecialStream StreamIdx) -> Error { in traverseTypes()