Home
last modified time | relevance | path

Searched defs:MappingTraits (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp93 struct MappingTraits<Kernel::Attrs::Metadata> { struct
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> { struct
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
135 struct MappingTraits<Kernel::CodeProps::Metadata> { struct
136 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
165 struct MappingTraits<Kernel::DebugProps::Metadata> { struct
181 struct MappingTraits<Kernel::Metadata> { struct
182 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping()
200 struct MappingTraits<HSAMD::Metadata> { struct
[all …]
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp103 template <> struct MappingTraits<IFSTarget> { struct
104 static void mapping(IO &IO, IFSTarget &Target) { in mapping()
112 static const bool flow = true; // NOLINT(readability-identifier-naming)
116 template <> struct MappingTraits<IFSSymbol> { struct
117 static void mapping(IO &IO, IFSSymbol &Symbol) { in mapping()
135 static const bool flow = true; // NOLINT(readability-identifier-naming)
139 template <> struct MappingTraits<IFSStub> { struct
140 static void mapping(IO &IO, IFSStub &Stub) { in mapping()
152 template <> struct MappingTraits<IFSStubTriple> { struct
153 static void mapping(IO &IO, IFSStubTriple &Stub) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp206 template <> struct llvm::yaml::MappingTraits<MultilibSerialization> { struct in llvm::yaml
225 template <> struct llvm::yaml::MappingTraits<MultilibGroupSerialization> {
232 template <> struct llvm::yaml::MappingTraits<MultilibSet::FlagMatcher> {
248 template <> struct llvm::yaml::MappingTraits<MultilibSetSerialization> {
249 static void mapping(llvm::yaml::IO &io, MultilibSetSerialization &M) { in mapping()
255 static std::string validate(IO &io, MultilibSetSerialization &M) { in validate()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp40 template <> struct MappingTraits<remarks::Remark *> { struct
41 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping()
77 template <> struct MappingTraits<RemarkLocation> { struct
78 static void mapping(IO &io, RemarkLocation &RL) { in mapping()
99 static const bool flow = true;
135 template <> struct MappingTraits<Argument> { struct
136 static void mapping(IO &io, Argument &A) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp276 template <> struct MappingTraits<ExportSection> { struct
277 static void mapping(IO &IO, ExportSection &Section) { in mapping()
298 template <> struct MappingTraits<UndefinedSection> { struct
314 template <> struct MappingTraits<SymbolSection> { struct
315 static void mapping(IO &IO, SymbolSection &Section) { in mapping()
326 template <> struct MappingTraits<UmbrellaSection> { struct
333 template <> struct MappingTraits<UUIDv4> { struct
334 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping()
401 struct NormalizedTBD {
766 using SectionList = std::vector<SymbolSection>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp118 template <> struct MappingTraits<Param> { struct
119 static void mapping(IO &IO, Param &P) { in mapping()
179 template <> struct MappingTraits<Method> { struct
180 static void mapping(IO &IO, Method &M) { in mapping()
220 template <> struct MappingTraits<Property> { struct
259 template <> struct MappingTraits<Class> { struct
260 static void mapping(IO &IO, Class &C) { in mapping()
439 template <> struct MappingTraits<Tag> { struct
440 static void mapping(IO &IO, Tag &T) { in mapping()
600 template <> struct MappingTraits<Module> { struct
[all …]
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp55 template <> struct MappingTraits<UnsavedFileHash> { struct
56 static void mapping(IO &IO, UnsavedFileHash &Info) { in mapping()
62 template <> struct MappingTraits<ClangInvocationInfo> { struct
63 static void mapping(IO &IO, ClangInvocationInfo &Info) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp441 template <> struct MappingTraits<TaintConfiguration> { struct
442 static void mapping(IO &IO, TaintConfiguration &Config) { in mapping()
449 template <> struct MappingTraits<TaintConfiguration::Sink> { struct
450 static void mapping(IO &IO, TaintConfiguration::Sink &Sink) { in mapping()
457 template <> struct MappingTraits<TaintConfiguration::Filter> { struct
458 static void mapping(IO &IO, TaintConfiguration::Filter &Filter) { in mapping()
465 template <> struct MappingTraits<TaintConfiguration::Propagation> { struct
466 static void mapping(IO &IO, TaintConfiguration::Propagation &Propagation) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp73 template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> { struct
125 struct MappingTraits<FormatStyle::ShortCaseStatementsAlignmentStyle> { struct
126 static void mapping(IO &IO, in mapping()
197 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
507 template <> struct MappingTraits<FormatStyle::RawStringFormat> { struct
508 static void mapping(IO &IO, FormatStyle::RawStringFormat &Format) { in mapping()
724 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> { struct
771 static void enumInput(IO &IO, in enumInput()
794 static void mapping(IO &IO, in mapping()
814 template <> struct MappingTraits<FormatStyle> { struct
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp54 template <> struct MappingTraits<NormalizedAtomicChange> { struct
55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping()
67 template <> struct MappingTraits<clang::tooling::AtomicChange> { struct
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp219 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> { struct in yaml
226 template <> struct yaml::MappingTraits<InstrProfCorrelator::Probe> {
227 static void mapping(yaml::IO &io, InstrProfCorrelator::Probe &P) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp222 template <> struct MappingTraits<LocalVariableAddrRange> { struct
223 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping()
229 template <> struct MappingTraits<LocalVariableAddrGap> { struct
230 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
622 template <> struct MappingTraits<SymbolRecordBase> { struct
623 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
H A DCodeViewYAMLTypes.cpp711 template <> struct MappingTraits<LeafRecordBase> { struct
712 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping()
715 template <> struct MappingTraits<MemberRecordBase> { struct
716 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h61 struct MappingTraits { struct
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp343 template <> struct MappingTraits<TemplightEntry> { struct
344 static void mapping(IO &io, TemplightEntry &fields) { in mapping()