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

References

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   58     return S->kind() == DebugSubsectionKind::FileChecksums;
include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
   33     return S->kind() == DebugSubsectionKind::CrossScopeExports;
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   56     return S->kind() == DebugSubsectionKind::CrossScopeImports;
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   69     return S->kind() == DebugSubsectionKind::InlineeLines;
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
   88     return S->kind() == DebugSubsectionKind::Lines;
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   36     return S->kind() == DebugSubsectionKind::StringTable;
include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   33     return S->kind() == DebugSubsectionKind::CoffSymbolRVA;
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   24     return S->kind() == DebugSubsectionKind::Symbols;
tools/llvm-pdbutil/DumpOutputStyle.cpp
  488                           if (SS.kind() != Subsection.kind())