Searched refs:CrossScopeImports (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/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 | 320 CrossScopeImports = 0xf7, enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 61 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind() 81 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.cpp | 60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
|
H A D | EnumTables.cpp | 242 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|
/openbsd/gnu/llvm/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 | 44 CrossScopeImports, enumerator
|
H A D | llvm-pdbutil.cpp | 136 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | PDB.cpp | 803 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|