Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
56 return S->kind() == DebugSubsectionKind::CrossScopeImports;
73 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
77 return S->kind() == DebugSubsectionKind::CrossScopeImports;
DCodeView.h318 CrossScopeImports = 0xf7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
DEnumTables.cpp231 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()