/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {} 56 return S->kind() == DebugSubsectionKind::CrossScopeImports; 73 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 77 return S->kind() == DebugSubsectionKind::CrossScopeImports;
|
D | CodeView.h | 318 CrossScopeImports = 0xf7, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 53 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {} 56 return S->kind() == DebugSubsectionKind::CrossScopeImports; 73 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 77 return S->kind() == DebugSubsectionKind::CrossScopeImports;
|
D | CodeView.h | 318 CrossScopeImports = 0xf7, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 40 return visitUnknown(ModuleSubstreamKind::CrossScopeImports, Data); in visitCrossScopeExports() 87 case ModuleSubstreamKind::CrossScopeImports: in visitModuleSubstream()
|
D | EnumTables.cpp | 249 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 231 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 59 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 239 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 112 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind() 130 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
|
D | YAMLOutputStyle.cpp | 175 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind() 176 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
|
D | llvm-pdbutil.h | 44 CrossScopeImports, enumerator
|
D | llvm-pdbutil.cpp | 134 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 297 CrossScopeImports = 0xf7, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 167 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 697 case DebugSubsectionKind::CrossScopeImports: in handleDebugS()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 497 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 556 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|