Home
last modified time | relevance | path

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

/freebsd-src/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 dumpTpiStream(uint32_t StreamIdx) dumpTpiStream() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp336 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, TypeLeafKind Kind, in add() argument
344 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, StringRef Name) { in add() argument
349 LVElement *LVTypeRecords::find(uint32_t StreamIdx, TypeIndex TI, bool Create) { in find() argument
371 find(uint32_t StreamIdx,StringRef Name) find() argument
1745 printTypeIndex(StringRef FieldName,TypeIndex TI,uint32_t StreamIdx) printTypeIndex() argument
1751 printTypeBegin(CVType & Record,TypeIndex TI,LVElement * Element,uint32_t StreamIdx) printTypeBegin() argument
1770 printMemberBegin(CVMemberRecord & Record,TypeIndex TI,LVElement * Element,uint32_t StreamIdx) printMemberBegin() argument
3319 getElement(uint32_t StreamIdx,TypeIndex TI,LVScope * Parent) getElement() argument
[all...]
H A DLVCodeViewReader.cpp584 SpecialStream StreamIdx) -> Error { in traverseTypes()