Searched defs:MappingTraits (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | AMDGPUMetadata.cpp | 93 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() 131 struct MappingTraits<Kernel::CodeProps::Metadata> { struct 132 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping() 161 struct MappingTraits<Kernel::DebugProps::Metadata> { struct 162 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping() 177 struct MappingTraits<Kernel::Metadata> { struct 178 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
D | TBEHandler.cpp | 95 template <> struct MappingTraits<ELFSymbol> { struct 96 static void mapping(IO &IO, ELFSymbol &Symbol) { in mapping() 112 static const bool flow = true; 130 template <> struct MappingTraits<ELFStub> { struct 131 static void mapping(IO &IO, ELFStub &Stub) { in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkSerializer.cpp | 38 template <> struct MappingTraits<remarks::Remark *> { struct 39 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping() 76 template <> struct MappingTraits<RemarkLocation> { struct 77 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 286 template <> struct MappingTraits<ExportSection> { struct 287 static void mapping(IO &IO, ExportSection &Section) { in mapping() 308 template <> struct MappingTraits<UndefinedSection> { struct 309 static void mapping(IO &IO, UndefinedSection &Section) { in mapping() 324 template <> struct MappingTraits<SymbolSection> { struct 325 static void mapping(IO &IO, SymbolSection &Section) { in mapping() 336 template <> struct MappingTraits<UmbrellaSection> { struct 337 static void mapping(IO &IO, UmbrellaSection &Section) { in mapping() 343 template <> struct MappingTraits<UUIDv4> { struct 344 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 185 template <> struct MappingTraits<LocalVariableAddrRange> { struct 186 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping() 192 template <> struct MappingTraits<LocalVariableAddrGap> { struct 193 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping() 574 template <> struct MappingTraits<SymbolRecordBase> { struct 575 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
|
D | CodeViewYAMLTypes.cpp | 703 template <> struct MappingTraits<LeafRecordBase> { struct 704 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping() 707 template <> struct MappingTraits<MemberRecordBase> { struct 708 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 52 struct MappingTraits { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 60 struct MappingTraits { struct
|