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

References

include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   36     return S->kind() == DebugSubsectionKind::StringTable;
   61     return S->kind() == DebugSubsectionKind::StringTable;
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
   48       if (R.kind() == DebugSubsectionKind::StringTable && !Strings) {
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
   23     : DebugSubsectionRef(DebugSubsectionKind::StringTable) {}
   45     : DebugSubsection(DebugSubsectionKind::StringTable) {}
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   71   case DebugSubsectionKind::StringTable: {
lib/DebugInfo/CodeView/EnumTables.cpp
  227     CV_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
   34   assert(SR.kind() == DebugSubsectionKind::StringTable);
lib/MC/MCCodeView.cpp
  175   OS.EmitIntValue(unsigned(DebugSubsectionKind::StringTable), 4);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  195       : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {}
  936       if (SS.Subsection->Kind != DebugSubsectionKind::StringTable)
tools/lld/COFF/PDB.cpp
 1002     case DebugSubsectionKind::StringTable: {
 1744       case DebugSubsectionKind::StringTable: {
tools/llvm-pdbutil/FormatUtil.cpp
  108       RETURN_CASE(DebugSubsectionKind, StringTable, "strings");
  126       RETURN_CASE(DebugSubsectionKind, StringTable, "DEBUG_S_STRINGTABLE");
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  185   case DebugSubsectionKind::StringTable:
tools/llvm-readobj/COFFDumper.cpp
  548     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
  928     case DebugSubsectionKind::StringTable: