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

References

include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   21       : DebugSubsectionRef(DebugSubsectionKind::Symbols) {}
   24     return S->kind() == DebugSubsectionKind::Symbols;
   38   DebugSymbolsSubsection() : DebugSubsection(DebugSubsectionKind::Symbols) {}
   40     return S->kind() == DebugSubsectionKind::Symbols;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  572   MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols);
  596     MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
  841   MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
  950   MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
 1017   MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
 3036     MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
 3049     MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   65   case DebugSubsectionKind::Symbols: {
lib/DebugInfo/CodeView/EnumTables.cpp
  225     CV_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  181   YAMLSymbolsSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Symbols) {}
tools/lld/COFF/InputFiles.cpp
  708     if (ss.kind() != DebugSubsectionKind::Symbols)
tools/lld/COFF/PDB.cpp
 1032     case DebugSubsectionKind::Symbols: {
tools/llvm-pdbutil/DumpOutputStyle.cpp
  287     if (SS.kind() != DebugSubsectionKind::Symbols)
  836         if (SS.kind() != DebugSubsectionKind::Symbols)
tools/llvm-pdbutil/FormatUtil.cpp
  106       RETURN_CASE(DebugSubsectionKind, Symbols, "symbols");
  124       RETURN_CASE(DebugSubsectionKind, Symbols, "DEBUG_S_SYMBOLS");
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   60         if (SS.kind() != DebugSubsectionKind::Symbols)
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  183   case DebugSubsectionKind::Symbols:
tools/llvm-readobj/COFFDumper.cpp
  546     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
 1009     case DebugSubsectionKind::Symbols: