/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossExSubsection.h | 30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef() 33 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof() 49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection() 52 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
|
D | CodeView.h | 319 CrossScopeExports = 0xf8, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossExSubsection.h | 30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsectionRef() 33 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof() 49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {} in DebugCrossModuleExportsSubsection() 52 return S->kind() == DebugSubsectionKind::CrossScopeExports; in classof()
|
D | CodeView.h | 319 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-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 232 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
|
D | EnumTables.cpp | 240 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 113 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind() 132 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
|
D | YAMLOutputStyle.cpp | 173 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind() 174 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
|
D | llvm-pdbutil.h | 45 CrossScopeExports, enumerator
|
D | llvm-pdbutil.cpp | 132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 298 CrossScopeExports = 0xf8, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 698 case DebugSubsectionKind::CrossScopeExports: in handleDebugS()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 498 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|