Searched refs:CrossScopeExports (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossExSubsection.h | 31 : 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()
|
D | CodeView.h | 314 CrossScopeExports = 0xf8, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 37 return visitUnknown(ModuleSubstreamKind::CrossScopeExports, Data); in visitCrossScopeImports() 89 case ModuleSubstreamKind::CrossScopeExports: in visitModuleSubstream()
|
D | EnumTables.cpp | 250 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 219 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 114 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind() 133 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
|
D | YAMLOutputStyle.cpp | 168 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind() 169 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
|
D | llvm-pdbutil.h | 46 CrossScopeExports, enumerator
|
D | llvm-pdbutil.cpp | 134 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 298 CrossScopeExports = 0xf8, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 154 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 498 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 544 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|