Searched refs:CrossScopeImports (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 54 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeImports) {} 57 return S->kind() == DebugSubsectionKind::CrossScopeImports; 74 : DebugSubsection(DebugSubsectionKind::CrossScopeImports), 78 return S->kind() == DebugSubsectionKind::CrossScopeImports;
|
D | CodeView.h | 313 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-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 60 case DebugSubsectionKind::CrossScopeImports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 218 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 113 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi"); in formatChunkKind() 131 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, in formatChunkKind()
|
D | YAMLOutputStyle.cpp | 170 case DebugSubsectionKind::CrossScopeImports: in convertSubsectionKind() 171 return opts::ModuleSubsection::CrossScopeImports; in convertSubsectionKind()
|
D | llvm-pdbutil.h | 45 CrossScopeImports, enumerator
|
D | llvm-pdbutil.cpp | 136 clEnumValN(ModuleSubsection::CrossScopeImports, "cmi",
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 297 CrossScopeImports = 0xf7, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 168 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeImports) {} in YAMLCrossModuleImportsSubsection()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 497 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeImports),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 543 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
|