Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h31 : 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()
H A DCodeView.h331 CrossScopeExports = 0xf8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp63 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind()
84 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
H A DEnumTables.cpp247 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp173 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind()
174 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
H A Dllvm-pdbutil.h44 CrossScopeExports,
45 CrossScopeExports, global() enumerator
H A Dllvm-pdbutil.cpp132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp801 case DebugSubsectionKind::CrossScopeExports: in handleDebugS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),