Home
last modified time | relevance | path

Searched refs:CrossScopeExports (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h31 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef()
34 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
50 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection()
53 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
DCodeView.h314 CrossScopeExports = 0xf8, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp37 return visitUnknown(ModuleSubstreamKind::CrossScopeExports, Data); in visitCrossScopeImports()
89 case ModuleSubstreamKind::CrossScopeExports: in visitModuleSubstream()
DEnumTables.cpp250 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
DEnumTables.cpp219 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp114 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind()
133 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
DYAMLOutputStyle.cpp168 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind()
169 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
Dllvm-pdbutil.h46 CrossScopeExports, enumerator
Dllvm-pdbutil.cpp134 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h298 CrossScopeExports = 0xf8, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp154 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp498 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp544 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),