|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h 51 using Iterator = FileChecksumArray::Iterator;
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h 49 using Iterator = ReferenceArray::Iterator;
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h 63 using Iterator = LinesArray::Iterator;
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h 82 using Iterator = LineInfoArray::Iterator;
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h 29 CVSymbolArray::Iterator begin() const { return Records.begin(); }
30 CVSymbolArray::Iterator end() const { return Records.end(); }
include/llvm/DebugInfo/CodeView/TypeRecord.h 43 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h 29 using DebugSubsectionIterator = codeview::DebugSubsectionArray::Iterator;
42 iterator_range<codeview::CVSymbolArray::Iterator>
include/llvm/DebugInfo/PDB/Native/SymbolStream.h 35 iterator_range<codeview::CVSymbolArray::Iterator>
include/llvm/Support/BinaryStreamArray.h 104 Iterator begin(bool *HadError = nullptr) const {
105 return Iterator(*this, E, Skew, nullptr);
111 Iterator end() const { return Iterator(E); }
111 Iterator end() const { return Iterator(E); }
128 Iterator at(uint32_t Offset) const {
129 return Iterator(*this, E, Offset, nullptr);
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp 110 iterator_range<codeview::CVSymbolArray::Iterator>
lib/DebugInfo/PDB/Native/SymbolStream.cpp 36 iterator_range<codeview::CVSymbolArray::Iterator>
tools/lld/COFF/InputFiles.cpp 764 CVTypeArray::Iterator firstType = types.begin();
tools/lld/COFF/PDB.cpp 388 CVTypeArray::Iterator firstType = types.begin();