Home
last modified time | relevance | path

Searched defs:MappingTraits (Results 1 – 19 of 19) 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
166 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping()
181 struct MappingTraits<Kernel::Metadata> { struct
182 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping()
[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/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp39 template <> struct MappingTraits<remarks::Remark *> { struct
40 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping()
65 template <> struct MappingTraits<RemarkLocation> { struct
66 static void mapping(IO &io, RemarkLocation &RL) { in mapping()
79 static const bool flow = true;
115 template <> struct MappingTraits<Argument> { struct
116 static void mapping(IO &io, Argument &A) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp227 template <> struct yaml::MappingTraits<SerializableCtxRepresentation> { struct in yaml
235 template <> struct yaml::MappingTraits<SerializableRootRepresentation> {
237 yaml::MappingTraits<SerializableCtxRepresentation>::mapping(IO, R); in mapping()
243 template <> struct yaml::MappingTraits<SerializableProfileRepresentation> { struct in yaml
250 template <> struct yaml::MappingTraits<SerializableFlatProfileRepresentation> {
251 static void mapping(yaml::IO &IO, in mapping()
H A DInstrProfCorrelator.cpp243 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> { struct in yaml
250 template <> struct yaml::MappingTraits<InstrProfCorrelator::Probe> {
251 static void mapping(yaml::IO &io, InstrProfCorrelator::Probe &P) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp123 template <> struct MappingTraits<CallSiteYAML> { struct
124 static void mapping(IO &io, CallSiteYAML &callsite) { in mapping()
131 template <> struct MappingTraits<FunctionYAML> { struct
132 static void mapping(IO &io, FunctionYAML &func) { in mapping()
138 template <> struct MappingTraits<FunctionsYAML> { struct
139 static void mapping(IO &io, FunctionsYAML &FuncYAMLs) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp348 template <> struct llvm::yaml::MappingTraits<MultilibSerialization> { struct in llvm::yaml
372 template <> struct llvm::yaml::MappingTraits<MultilibGroupSerialization> {
379 template <> struct llvm::yaml::MappingTraits<MultilibSet::FlagMatcher> {
380 static void mapping(llvm::yaml::IO &io, MultilibSet::FlagMatcher &M) { in mapping()
384 static std::string validate(IO &io, MultilibSet::FlagMatcher &M) { in validate()
443 template <> struct llvm::yaml::MappingTraits<MultilibSetSerialization> { struct in llvm::yaml
444 static void mapping(llvm::yaml::IO &io, MultilibSetSerialization &M) { in mapping()
452 static std::string validate(IO &io, MultilibSetSerialization &M) { in validate()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp275 template <> struct MappingTraits<ExportSection> { struct
276 static void mapping(IO &IO, ExportSection &Section) { in mapping()
297 template <> struct MappingTraits<UndefinedSection> { struct
298 static void mapping(IO &IO, UndefinedSection &Section) { in mapping()
313 template <> struct MappingTraits<SymbolSection> { struct
314 static void mapping(IO &IO, SymbolSection &Section) { in mapping()
325 template <> struct MappingTraits<UmbrellaSection> { struct
326 static void mapping(IO &IO, UmbrellaSection &Section) { in mapping()
332 template <> struct MappingTraits<UUIDv4> { struct
333 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping()
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp120 template <> struct MappingTraits<Param> { struct
121 static void mapping(IO &IO, Param &P) { in mapping()
183 template <> struct MappingTraits<Method> { struct
184 static void mapping(IO &IO, Method &M) { in mapping()
226 template <> struct MappingTraits<Property> { struct
227 static void mapping(IO &IO, Property &P) { in mapping()
265 template <> struct MappingTraits<Class> { struct
266 static void mapping(IO &IO, Class &C) { in mapping()
307 template <> struct MappingTraits<Function> { struct
308 static void mapping(IO &IO, Function &F) { in mapping()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp30 template <> struct MappingTraits<IndexPairHash> { struct
31 static void mapping(IO &IO, IndexPairHash &Key) { in mapping()
38 template <> struct MappingTraits<StableFunction> { struct
39 static void mapping(IO &IO, StableFunction &Func) { in mapping()
H A DOutlinedHashTreeRecord.cpp29 template <> struct MappingTraits<HashNodeStable> { struct
30 static void mapping(IO &io, HashNodeStable &res) { in mapping()
/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/Format/
H A DFormat.cpp46 template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> { struct
47 static void enumInput(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in enumInput()
84 static void mapping(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in mapping()
97 struct MappingTraits<FormatStyle::ShortCaseStatementsAlignmentStyle> { struct
98 static void mapping(IO &IO, in mapping()
183 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
184 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()
385 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> { struct
386 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()
404 template <> struct MappingTraits<FormatStyle::KeepEmptyLinesStyle> { struct
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp423 template <> struct MappingTraits<TaintConfiguration> { struct
424 static void mapping(IO &IO, TaintConfiguration &Config) { in mapping()
431 template <> struct MappingTraits<TaintConfiguration::Sink> { struct
432 static void mapping(IO &IO, TaintConfiguration::Sink &Sink) { in mapping()
439 template <> struct MappingTraits<TaintConfiguration::Filter> { struct
440 static void mapping(IO &IO, TaintConfiguration::Filter &Filter) { in mapping()
447 template <> struct MappingTraits<TaintConfiguration::Propagation> { struct
448 static void mapping(IO &IO, TaintConfiguration::Propagation &Propagation) { in mapping()
/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/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()
625 template <> struct MappingTraits<SymbolRecordBase> { struct
626 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
H A DCodeViewYAMLTypes.cpp712 template <> struct MappingTraits<LeafRecordBase> { struct
713 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping()
716 template <> struct MappingTraits<MemberRecordBase> { struct
717 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h63 struct MappingTraits { struct
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp387 template <> struct MappingTraits<TemplightEntry> { struct
388 static void mapping(IO &io, TemplightEntry &fields) { in mapping()