Searched defs:MappingContextTraits (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.cpp | 285 struct MappingContextTraits<exegesis::InstructionBenchmarkKey, YamlContext> { struct 286 static void mapping(IO &Io, exegesis::InstructionBenchmarkKey &Obj, in mapping() 296 struct MappingContextTraits<exegesis::InstructionBenchmark, YamlContext> { struct 297 struct NormalizedBinary { 313 static void mapping(IO &Io, exegesis::InstructionBenchmark &Obj, in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 84 template <class T, class Context> struct MappingContextTraits { struct
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 351 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct 352 static void mapping(IO &IO, MetadataSection &Section, in mapping()
|