Home
last modified time | relevance | path

Searched refs:CrossScopeImports (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
57 return S->kind() == DebugSubsectionKind::CrossScopeImports;
74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
78 return S->kind() == DebugSubsectionKind::CrossScopeImports;
H A DCodeView.h320 CrossScopeImports = 0xf7, enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp61 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind()
81 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
H A DEnumTables.cpp242 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp175 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind()
176 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
H A Dllvm-pdbutil.h44 CrossScopeImports, enumerator
H A Dllvm-pdbutil.cpp136 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp803 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),