Home
last modified time | relevance | path

Searched defs:MappingContextTraits (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp285 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 DYAMLTraits.h84 template <class T, class Context> struct MappingContextTraits { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp351 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct
352 static void mapping(IO &IO, MetadataSection &Section, in mapping()