Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp92 struct MappingTraits<Kernel::Attrs::Metadata> { struct
93 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
106 struct MappingTraits<Kernel::Arg::Metadata> { struct
107 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
134 struct MappingTraits<Kernel::CodeProps::Metadata> { struct
135 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping()
164 struct MappingTraits<Kernel::DebugProps::Metadata> { struct
180 struct MappingTraits<Kernel::Metadata> { struct
181 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping()
199 struct MappingTraits<HSAMD::Metadata> { struct
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DTBEHandler.cpp73 template <> struct MappingTraits<ELFSymbol> { struct
74 static void mapping(IO &IO, ELFSymbol &Symbol) { in mapping()
90 static const bool flow = true;
108 template <> struct MappingTraits<ELFStub> { struct
109 static void mapping(IO &IO, ELFStub &Stub) { in mapping()
/netbsd/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp119 template <> struct MappingTraits<Param> { struct
120 static void mapping(IO &IO, Param &P) { in mapping()
180 template <> struct MappingTraits<Method> { struct
181 static void mapping(IO &IO, Method &M) { in mapping()
221 template <> struct MappingTraits<Property> { struct
260 template <> struct MappingTraits<Class> { struct
261 static void mapping(IO &IO, Class &C) { in mapping()
437 template <> struct MappingTraits<Tag> { struct
438 static void mapping(IO &IO, Tag &T) { in mapping()
562 template <> struct MappingTraits<Module> { struct
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp39 template <> struct MappingTraits<remarks::Remark *> { struct
40 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()
100 static const bool flow = true;
136 template <> struct MappingTraits<Argument> { struct
137 static void mapping(IO &io, Argument &A) { in mapping()
/netbsd/external/apache2/llvm/dist/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
324 template <> struct MappingTraits<SymbolSection> { struct
325 static void mapping(IO &IO, SymbolSection &Section) { in mapping()
336 template <> struct MappingTraits<UmbrellaSection> { struct
343 template <> struct MappingTraits<UUIDv4> { struct
344 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping()
436 struct NormalizedTBD {
802 using SectionList = std::vector<SymbolSection>;
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp53 template <> struct MappingTraits<UnsavedFileHash> { struct
54 static void mapping(IO &IO, UnsavedFileHash &Info) { in mapping()
60 template <> struct MappingTraits<ClangInvocationInfo> { struct
61 static void mapping(IO &IO, ClangInvocationInfo &Info) { in mapping()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp114 template <> struct MappingTraits<IFSSymbol> { struct
115 static void mapping(IO &IO, IFSSymbol &Symbol) { in mapping()
130 static const bool flow = true;
163 template <> struct MappingTraits<IFSStub> { struct
164 static void mapping(IO &IO, IFSStub &Stub) { in mapping()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp54 template <> struct MappingTraits<NormalizedAtomicChange> { struct
55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping()
67 template <> struct MappingTraits<clang::tooling::AtomicChange> { struct
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp208 template <> struct MappingTraits<LocalVariableAddrRange> { struct
209 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping()
215 template <> struct MappingTraits<LocalVariableAddrGap> { struct
216 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
597 template <> struct MappingTraits<SymbolRecordBase> { struct
598 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
H A DCodeViewYAMLTypes.cpp708 template <> struct MappingTraits<LeafRecordBase> { struct
709 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping()
712 template <> struct MappingTraits<MemberRecordBase> { struct
713 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp55 template <> struct MappingTraits<RenameAllInfo> { struct
56 static void mapping(IO &IO, RenameAllInfo &Info) { in mapping()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp317 template <> struct MappingTraits<TaintConfig> { struct
318 static void mapping(IO &IO, TaintConfig &Config) { in mapping()
325 template <> struct MappingTraits<TaintConfig::Propagation> { struct
326 static void mapping(IO &IO, TaintConfig::Propagation &Propagation) { in mapping()
346 template <> struct MappingTraits<TaintConfig::NameScopeArgs> { struct
347 static void mapping(IO &IO, TaintConfig::NameScopeArgs &NSA) { in mapping()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp220 template <> struct MappingTraits<exegesis::BenchmarkMeasure> { struct
221 static void mapping(IO &Io, exegesis::BenchmarkMeasure &Obj) { in mapping()
230 static const bool flow = true;
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp463 template <> struct MappingTraits<FormatStyle> { struct
464 static void mapping(IO &IO, FormatStyle &Style) { in mapping()
722 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct
723 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()
745 template <> struct MappingTraits<FormatStyle::RawStringFormat> { struct
746 static void mapping(IO &IO, FormatStyle::RawStringFormat &Format) { in mapping()
755 template <> struct MappingTraits<FormatStyle::SpacesInLineComment> { struct
756 static void mapping(IO &IO, FormatStyle::SpacesInLineComment &Space) { in mapping()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h62 struct MappingTraits { struct
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp365 template <> struct MappingTraits<TemplightEntry> { struct
366 static void mapping(IO &io, TemplightEntry &fields) { in mapping()