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

References

include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
   30       : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {}
   33     return S->kind() == DebugSubsectionKind::CrossScopeExports;
   49       : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {}
   52     return S->kind() == DebugSubsectionKind::CrossScopeExports;
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   53   case DebugSubsectionKind::CrossScopeExports: {
lib/DebugInfo/CodeView/EnumTables.cpp
  232     CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  153       : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {}
tools/lld/COFF/PDB.cpp
 1039     case DebugSubsectionKind::CrossScopeExports:
tools/llvm-pdbutil/FormatUtil.cpp
  113       RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme");
  132       RETURN_CASE(DebugSubsectionKind, CrossScopeExports,
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  173   case DebugSubsectionKind::CrossScopeExports:
tools/llvm-readobj/COFFDumper.cpp
  553     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),