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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h30 : DebugSubsectionRef(DebugSubsectionKind::CrossScopeExports) {}
33 return S->kind() == DebugSubsectionKind::CrossScopeExports;
49 : DebugSubsection(DebugSubsectionKind::CrossScopeExports) {}
52 return S->kind() == DebugSubsectionKind::CrossScopeExports;
H A DCodeView.h319 CrossScopeExports = 0xf8, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::DebugSubsectionKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp53 case DebugSubsectionKind::CrossScopeExports: {
H A DEnumTables.cpp232 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp113 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme");
132 RETURN_CASE(DebugSubsectionKind, CrossScopeExports,
H A DYAMLOutputStyle.cpp173 case DebugSubsectionKind::CrossScopeExports:
174 return opts::ModuleSubsection::CrossScopeExports;
H A Dllvm-pdbutil.h45 CrossScopeExports, member in class:opts::ModuleSubsection
H A Dllvm-pdbutil.cpp132 clEnumValN(ModuleSubsection::CrossScopeExports, "cme",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp153 : YAMLSubsectionBase(DebugSubsectionKind::CrossScopeExports) {}
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1083 case DebugSubsectionKind::CrossScopeExports:
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp553 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),

Completed in 190 milliseconds