| /external/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 …]
|
| /external/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()
|
| /external/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()
|
| /external/llvm/unittests/Support/ |
| D | YAMLIOTest.cpp | 56 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-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 …]
|
| /external/llvm/unittests/ObjectYAML/ |
| D | YAMLTest.cpp | 23 struct MappingTraits<BinaryHolder> { struct 24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
|
| /external/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()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | YAMLTraits.h | 52 struct MappingTraits { struct
|
| /external/llvm/include/llvm/Support/ |
| D | YAMLTraits.h | 41 struct MappingTraits { struct
|
| /external/clang/lib/Format/ |
| D | Format.cpp | 200 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()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | YAMLTraits.h | 60 struct MappingTraits { struct
|