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

References

include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   53       : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
   56     return S->kind() == DebugSubsectionKind::CrossScopeImports;
   73       : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
   77     return S->kind() == DebugSubsectionKind::CrossScopeImports;
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   59   case DebugSubsectionKind::CrossScopeImports: {
lib/DebugInfo/CodeView/EnumTables.cpp
  231     CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  167       : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {}
tools/lld/COFF/PDB.cpp
 1038     case DebugSubsectionKind::CrossScopeImports:
tools/llvm-pdbutil/FormatUtil.cpp
  112       RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi");
  130       RETURN_CASE(DebugSubsectionKind, CrossScopeImports,
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  175   case DebugSubsectionKind::CrossScopeImports:
tools/llvm-readobj/COFFDumper.cpp
  552     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),