Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h330 CrossScopeImports = 0xf7, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp62 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind()
82 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
H A DEnumTables.cpp246 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp175 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind()
176 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
H A Dllvm-pdbutil.h43 CrossScopeImports,
44 CrossScopeImports, global() enumerator
H A Dllvm-pdbutil.cpp134 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp800 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),