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

Declarations

include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   45   DebugSubsectionKind kind() const;

References

include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
   44       if (R.kind() == DebugSubsectionKind::FileChecksums) {
   48       if (R.kind() == DebugSubsectionKind::StringTable && !Strings) {
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
   76   Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind());
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   32   switch (R.kind()) {
   90     DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData());
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
   34   assert(SR.kind() == DebugSubsectionKind::StringTable);
   73   assert(FCR.kind() == DebugSubsectionKind::FileChecksums);
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  136     if (SS.kind() != DebugSubsectionKind::FileChecksums)
tools/lld/COFF/InputFiles.cpp
  708     if (ss.kind() != DebugSubsectionKind::Symbols)
tools/lld/COFF/PDB.cpp
  998     if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag)
 1001     switch (ss.kind()) {
 1057            utohexstr(uint32_t(ss.kind())) + " in file " + toString(&file));
 1743       switch (ss.kind()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1077     if (dssr.kind() != DebugSubsectionKind::Lines)
tools/llvm-pdbutil/BytesOutputStyle.cpp
  421             P.formatMsfStreamData(formatChunkKind(SS.kind()), File, Layout,
tools/llvm-pdbutil/DumpOutputStyle.cpp
  287     if (SS.kind() != DebugSubsectionKind::Symbols)
  304     Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength());
  305     CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength());
  488                           if (SS.kind() != Subsection.kind())
  836         if (SS.kind() != DebugSubsectionKind::Symbols)
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   60         if (SS.kind() != DebugSubsectionKind::Symbols)
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  252           opts::ModuleSubsection OptionKind = convertSubsectionKind(SS.kind());