reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
   28   Error visitSymbolStream(const CVSymbolArray &Symbols);
   29   Error visitSymbolStream(const CVSymbolArray &Symbols, uint32_t InitialOffset);
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   29   CVSymbolArray::Iterator begin() const { return Records.begin(); }
   30   CVSymbolArray::Iterator end() const { return Records.end(); }
   33   CVSymbolArray Records;
include/llvm/DebugInfo/CodeView/SymbolDumper.h
   43   Error dump(const CVSymbolArray &Symbols);
include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
   55 CVSymbolArray limitSymbolArrayToScope(const CVSymbolArray &Symbols,
   55 CVSymbolArray limitSymbolArrayToScope(const CVSymbolArray &Symbols,
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   42   iterator_range<codeview::CVSymbolArray::Iterator>
   45   const codeview::CVSymbolArray &getSymbolArray() const { return SymbolArray; }
   46   const codeview::CVSymbolArray
   79   codeview::CVSymbolArray SymbolArray;
include/llvm/DebugInfo/PDB/Native/SymbolStream.h
   29   const codeview::CVSymbolArray &getSymbolArray() const {
   35   iterator_range<codeview::CVSymbolArray::Iterator>
   41   codeview::CVSymbolArray SymbolRecords;
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   66 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols) {
   74 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols,
lib/DebugInfo/CodeView/SymbolDumper.cpp
  667 Error CVSymbolDumper::dump(const CVSymbolArray &Symbols) {
lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
   84 CVSymbolArray
   85 llvm::codeview::limitSymbolArrayToScope(const CVSymbolArray &Symbols,
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
   89 const codeview::CVSymbolArray
  110 iterator_range<codeview::CVSymbolArray::Iterator>
lib/DebugInfo/PDB/Native/SymbolStream.cpp
   36 iterator_range<codeview::CVSymbolArray::Iterator>
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   80   const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   50   const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
 1036   CVSymbolArray scope =
 1216     const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray();
 1242 static CVSymbolArray skipFunctionParameters(clang::Decl &decl,
 1243                                             const CVSymbolArray &symbols) {
 1251   CVSymbolArray result = symbols;
 1274   CVSymbolArray symbols =
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  125   const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  932   const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
 1432   CVSymbolArray syms = limitSymbolArrayToScope(
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   63         CVSymbolArray Symbols;
tools/llvm-readobj/COFFDumper.cpp
 1169   CVSymbolArray Symbols;