Searched refs:CrossScopeImports (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugCrossImpSubsection.h | 54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {} 57 return S->kind() == DebugSubsectionKind::CrossScopeImports; 74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 78 return S->kind() == DebugSubsectionKind::CrossScopeImports;
|
H A D | CodeView.h | 330 CrossScopeImports = 0xf7, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 62 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind() 82 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.cpp | 60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
|
H A D | EnumTables.cpp | 246 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 175 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind() 176 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
|
H A D | llvm-pdbutil.h | 43 CrossScopeImports, 44 CrossScopeImports, global() enumerator
|
H A D | llvm-pdbutil.cpp | 134 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 800 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|