Home
last modified time | relevance | path

Searched defs:MappingTraits (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAMDGPUMetadata.cpp93 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAMDGPUMetadata.cpp93 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()
135 struct MappingTraits<Kernel::CodeProps::Metadata> { struct
136 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
165 struct MappingTraits<Kernel::DebugProps::Metadata> { struct
166 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping()
181 struct MappingTraits<Kernel::Metadata> { struct
182 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping()
[all …]
/aosp_15_r20/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp56 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp103 template <> struct MappingTraits<IFSTarget> { struct
104 static void mapping(IO &IO, IFSTarget &Target) { in mapping()
112 static const bool flow = true; // NOLINT(readability-identifier-naming)
116 template <> struct MappingTraits<IFSSymbol> { struct
117 static void mapping(IO &IO, IFSSymbol &Symbol) { in mapping()
135 static const bool flow = true; // NOLINT(readability-identifier-naming)
139 template <> struct MappingTraits<IFSStub> { struct
140 static void mapping(IO &IO, IFSStub &Stub) { in mapping()
152 template <> struct MappingTraits<IFSStubTriple> { struct
153 static void mapping(IO &IO, IFSStubTriple &Stub) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DTextStub.cpp286 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp286 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp40 template <> struct MappingTraits<remarks::Remark *> { struct
41 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping()
77 template <> struct MappingTraits<RemarkLocation> { struct
78 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp38 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp95 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp185 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()
H A DCodeViewYAMLTypes.cpp703 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp211 template <> struct MappingTraits<LocalVariableAddrRange> { struct
212 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping()
218 template <> struct MappingTraits<LocalVariableAddrGap> { struct
219 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
600 template <> struct MappingTraits<SymbolRecordBase> { struct
601 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
H A DCodeViewYAMLTypes.cpp711 template <> struct MappingTraits<LeafRecordBase> { struct
712 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping()
715 template <> struct MappingTraits<MemberRecordBase> { struct
716 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp159 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> { struct in yaml
166 template <> struct yaml::MappingTraits<InstrProfCorrelator::Probe> {
167 static void mapping(yaml::IO &io, InstrProfCorrelator::Probe &P) { in mapping()
/aosp_15_r20/external/llvm/unittests/ObjectYAML/
H A DYAMLTest.cpp23 struct MappingTraits<BinaryHolder> { struct
24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp200 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h52 struct MappingTraits { struct
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DYAMLTraits.h41 struct MappingTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DYAMLTraits.h61 struct MappingTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DYAMLTraits.h61 struct MappingTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DYAMLTraits.h61 struct MappingTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DYAMLTraits.h61 struct MappingTraits { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DYAMLTraits.h61 struct MappingTraits { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h60 struct MappingTraits { struct