Home
last modified time | relevance | path

Searched refs:MappingContextTraits (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLTraits.h83 template <class T, class Context> struct MappingContextTraits { struct
408 (sizeof(test<MappingContextTraits<T, Context>>(nullptr)) == 1);
434 (sizeof(test<MappingContextTraits<T, Context>>(nullptr)) == 1);
459 (sizeof(test<MappingContextTraits<T, Context>>(nullptr)) == 1);
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp285 struct MappingContextTraits<exegesis::InstructionBenchmarkKey, YamlContext> { struct
296 struct MappingContextTraits<exegesis::InstructionBenchmark, YamlContext> { struct
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h242 template <> struct MappingContextTraits<minidump::MemoryDescriptor, BinaryRef> {
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp303 MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( in mapping()
353 void yaml::MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( in mapping()
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp351 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp2598 template <> struct MappingContextTraits<SimpleMap, MappingContext> { struct