Searched refs:CrossScopeExports (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.h | 31 : 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 D | CodeView.h | 331 CrossScopeExports = 0xf8, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 63 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme"); in formatChunkKind() 84 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, in formatChunkKind()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.cpp | 54 case DebugSubsectionKind::CrossScopeExports: { in visitDebugSubsection()
|
H A D | EnumTables.cpp | 247 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 173 case DebugSubsectionKind::CrossScopeExports: in convertSubsectionKind() 174 return opts::ModuleSubsection::CrossScopeExports; in convertSubsectionKind()
|
H A D | llvm-pdbutil.h | 44 CrossScopeExports, 45 CrossScopeExports, global() enumerator
|
H A D | llvm-pdbutil.cpp | 132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {} in YAMLCrossModuleExportsSubsection()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 801 case DebugSubsectionKind::CrossScopeExports: in handleDebugS()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
|