Home
last modified time | relevance | path

Searched refs:CrossScopeExports (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/
DDebugCrossExSubsection.h30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
33 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
52 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
DCodeView.h319 CrossScopeExports = 0xf8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
DEnumTables.cpp232 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()