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

Declarations

include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   43   symbols(bool *HadError) const;

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  277     for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) {
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  269         for (auto &Sym : ModS.symbols(&HadError)) {