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

References

include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   45   const codeview::CVSymbolArray &getSymbolArray() const { return SymbolArray; }
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
   73           SymbolArray, SymbolReader.bytesRemaining(), sizeof(uint32_t)))
   91   return limitSymbolArrayToScope(SymbolArray, ScopeBegin);
  112   return make_range(SymbolArray.begin(HadError), SymbolArray.end());
  112   return make_range(SymbolArray.begin(HadError), SymbolArray.end());
  116   auto Iter = SymbolArray.at(Offset);
  117   assert(Iter != SymbolArray.end());