HomeSort by: relevance | last modified time | path
    Searched refs:CrossScopeExports (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {}
33 return S->kind() == DebugSubsectionKind::CrossScopeExports;
49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {}
52 return S->kind() == DebugSubsectionKind::CrossScopeExports;
CodeView.h 319 CrossScopeExports = 0xf8,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSubsectionVisitor.cpp 53 case DebugSubsectionKind::CrossScopeExports: {
EnumTables.cpp 240 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
FormatUtil.cpp 113 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme");
132 RETURN_CASE(DebugSubsectionKind, CrossScopeExports,
YAMLOutputStyle.cpp 173 case DebugSubsectionKind::CrossScopeExports:
174 return opts::ModuleSubsection::CrossScopeExports;
llvm-pdbutil.h 45 CrossScopeExports,
llvm-pdbutil.cpp 132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),

Completed in 24 milliseconds