Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h30 : 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()
DCodeView.h319 CrossScopeExports = 0xf8, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h30 : 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()
DCodeView.h319 CrossScopeExports = 0xf8, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp37 return visitUnknown(ModuleSubstreamKind::CrossScopeExports, Data); in visitCrossScopeImports()
89 case ModuleSubstreamKind::CrossScopeExports: in visitModuleSubstream()
DEnumTables.cpp250 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
DEnumTables.cpp232 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp53 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
DEnumTables.cpp240 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp113 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind()
132 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
DYAMLOutputStyle.cpp173 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind()
174 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
Dllvm-pdbutil.h45 CrossScopeExports, enumerator
Dllvm-pdbutil.cpp132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h298 CrossScopeExports = 0xf8, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
/external/llvm-project/lld/COFF/
DPDB.cpp698 case DebugSubsectionKind::CrossScopeExports: in handleDebugS()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp498 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CrossScopeExports),
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),