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

References

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   80     return S->kind() == DebugSubsectionKind::FileChecksums;
include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
   52     return S->kind() == DebugSubsectionKind::CrossScopeExports;
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   77     return S->kind() == DebugSubsectionKind::CrossScopeImports;
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
   25     return S->kind() == DebugSubsectionKind::FrameData;
   47     return S->kind() == DebugSubsectionKind::FrameData;
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   99     return S->kind() == DebugSubsectionKind::InlineeLines;
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  120     return S->kind() == DebugSubsectionKind::Lines;
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   61     return S->kind() == DebugSubsectionKind::StringTable;
include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   50     return S->kind() == DebugSubsectionKind::CoffSymbolRVA;
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   40     return S->kind() == DebugSubsectionKind::Symbols;
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
   76   Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind());