Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/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
/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-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
DEnumTables.cpp231 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
DEnumTables.cpp239 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp112 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind()
130 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
DYAMLOutputStyle.cpp175 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind()
176 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
Dllvm-pdbutil.h44 CrossScopeImports, enumerator
Dllvm-pdbutil.cpp134 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h297 CrossScopeImports = 0xf7, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
/external/llvm-project/lld/COFF/
DPDB.cpp697 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp497 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp556 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),