Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAMDGPUMetadata.cpp91 struct MappingTraits<Kernel::Attrs::Metadata> { struct
92 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
105 struct MappingTraits<Kernel::Arg::Metadata> { struct
106 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
129 struct MappingTraits<Kernel::CodeProps::Metadata> { struct
130 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
159 struct MappingTraits<Kernel::DebugProps::Metadata> { struct
160 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping()
175 struct MappingTraits<Kernel::Metadata> { struct
176 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping()
[all …]
/external/llvm/unittests/Support/
DYAMLIOTest.cpp56 struct MappingTraits<FooBar> { struct
57 static void mapping(IO &io, FooBar& fb) { in mapping()
63 template <> struct MappingTraits<FooBarContainer> { struct
64 static void mapping(IO &io, FooBarContainer &fb) { in mapping()
264 struct MappingTraits<BuiltInTypes> { struct
265 static void mapping(IO &io, BuiltInTypes& bt) { in mapping()
416 template <> struct MappingTraits<EndianTypes> { struct
417 static void mapping(IO &io, EndianTypes &et) { in mapping()
525 struct MappingTraits<StringTypes> { struct
526 static void mapping(IO &io, StringTypes& st) { in mapping()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp123 template <> struct MappingTraits<exegesis::BenchmarkMeasure> { struct
124 static void mapping(IO &Io, exegesis::BenchmarkMeasure &Obj) { in mapping()
129 static const bool flow = true;
142 template <> struct MappingTraits<exegesis::InstructionBenchmarkKey> { struct
143 static void mapping(IO &Io, exegesis::InstructionBenchmarkKey &Obj) { in mapping()
149 template <> struct MappingTraits<exegesis::InstructionBenchmark> { struct
150 class NormalizedBinary {
167 static void mapping(IO &Io, exegesis::InstructionBenchmark &Obj) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp58 struct MappingTraits<FooBar> { struct
59 static void mapping(IO &io, FooBar& fb) { in mapping()
65 template <> struct MappingTraits<FooBarContainer> { struct
66 static void mapping(IO &io, FooBarContainer &fb) { in mapping()
262 template <> struct MappingTraits<WithStringField> { struct
263 static void mapping(IO &io, WithStringField &fb) { in mapping()
348 struct MappingTraits<BuiltInTypes> { struct
349 static void mapping(IO &io, BuiltInTypes& bt) { in mapping()
500 template <> struct MappingTraits<EndianTypes> { struct
501 static void mapping(IO &io, EndianTypes &et) { in mapping()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ObjectYAML/
DYAMLTest.cpp23 struct MappingTraits<BinaryHolder> { struct
24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
/external/llvm/unittests/ObjectYAML/
DYAMLTest.cpp23 struct MappingTraits<BinaryHolder> { struct
24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticInfo.cpp398 template <> struct MappingTraits<DiagnosticLocation> { struct
399 static void mapping(IO &io, DiagnosticLocation &DL) { in mapping()
411 static const bool flow = true;
415 template <> struct MappingTraits<DiagnosticInfoOptimizationBase::Argument> { struct
416 static void mapping(IO &io, DiagnosticInfoOptimizationBase::Argument &A) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp186 template <> struct MappingTraits<LocalVariableAddrRange> { struct
187 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping()
193 template <> struct MappingTraits<LocalVariableAddrGap> { struct
194 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
569 template <> struct MappingTraits<SymbolRecordBase> { struct
570 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
DCodeViewYAMLTypes.cpp704 template <> struct MappingTraits<LeafRecordBase> { struct
705 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping()
708 template <> struct MappingTraits<MemberRecordBase> { struct
709 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h52 struct MappingTraits { struct
/external/llvm/include/llvm/Support/
DYAMLTraits.h41 struct MappingTraits { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h54 struct MappingTraits { struct
/external/clang/lib/Format/
DFormat.cpp200 template <> struct MappingTraits<FormatStyle> { struct
201 static void mapping(IO &IO, FormatStyle &Style) { in mapping()
361 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
362 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()
377 template <> struct MappingTraits<FormatStyle::IncludeCategory> { struct
378 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { in mapping()