Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {}
57 return S->kind() == DebugSubsectionKind::CrossScopeImports;
74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports),
78 return S->kind() == DebugSubsectionKind::CrossScopeImports;
DCodeView.h313 CrossScopeImports = 0xf7, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp40 return visitUnknown(ModuleSubstreamKind::CrossScopeImports, Data); in visitCrossScopeExports()
87 case ModuleSubstreamKind::CrossScopeImports: in visitModuleSubstream()
DEnumTables.cpp249 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
DEnumTables.cpp218 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp113 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind()
131 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
DYAMLOutputStyle.cpp170 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind()
171 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
Dllvm-pdbutil.h45 CrossScopeImports, enumerator
Dllvm-pdbutil.cpp136 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h297 CrossScopeImports = 0xf7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp168 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp497 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp543 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),