Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugCrossExSubsection.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()
HDCodeView.h331 CrossScopeExports = 0xf8, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDFormatUtil.cpp63 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind()
84 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugSubsectionVisitor.cpp54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
HDEnumTables.cpp247 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp173 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind()
174 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
HDllvm-pdbutil.h44 CrossScopeExports, enumerator
HDllvm-pdbutil.cpp132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp801 case DebugSubsectionKind::CrossScopeExports: in handleDebugS()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),