Home | History | Annotate | Download | only in DIA

Lines Matching defs:DIAEnumDebugStreams

1 //==- DIAEnumDebugStreams.cpp - DIA Debug Stream Enumerator impl -*- C++ -*-==//
12 #include "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
16 DIAEnumDebugStreams::DIAEnumDebugStreams(
20 uint32_t DIAEnumDebugStreams::getChildCount() const {
26 DIAEnumDebugStreams::getChildAtIndex(uint32_t Index) const {
37 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() {
46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); }
48 DIAEnumDebugStreams *DIAEnumDebugStreams::clone() const {
52 return new DIAEnumDebugStreams(EnumeratorClone);