Home
last modified time | relevance | path

Searched refs:mapOptional (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp170 IO.mapOptional("Flags", FileHdr.Flags); in mapping()
175 IO.mapOptional("Magic", AuxHdr.Magic); in mapping()
201 IO.mapOptional("Flag", AuxHdr.Flag); in mapping()
208 IO.mapOptional("Info", R.Info); in mapping()
209 IO.mapOptional("Type", R.Type); in mapping()
217 IO.mapOptional("Size", Sec.Size); in mapping()
223 IO.mapOptional("Flags", NC->Flags); in mapping()
343 IO.mapOptional("Name", S.SymbolName); in mapping()
344 IO.mapOptional("Value", S.Value); in mapping()
347 IO.mapOptional("Type", S.Type); in mapping()
[all …]
H A DDWARFYAML.cpp113 IO.mapOptional("ID", AbbrevTable.ID); in mapping()
114 IO.mapOptional("Table", AbbrevTable.Table); in mapping()
119 IO.mapOptional("Code", Abbrev.Code); in mapping()
142 IO.mapOptional("Length", ARange.Length); in mapping()
183 IO.mapOptional("Length", Unit.Length); in mapping()
189 IO.mapOptional("AddrSize", Unit.AddrSize); in mapping()
190 IO.mapOptional("Entries", Unit.Entries); in mapping()
195 IO.mapOptional("Values", Entry.Values); in mapping()
200 IO.mapOptional("Value", FormValue.Value); in mapping()
202 IO.mapOptional("CStr", FormValue.CStr); in mapping()
[all …]
H A DCOFFYAML.cpp482 IO.mapOptional("BaseRelocationTable", in mapping()
488 IO.mapOptional("LoadConfigTable", in mapping()
492 IO.mapOptional("DelayImportDescriptor", in mapping()
494 IO.mapOptional("ClrRuntimeHeader", in mapping()
552 IO.mapOptional("Flags", S.Flags); in mapping()
553 IO.mapOptional("Catalog", S.Catalog); in mapping()
563 IO.mapOptional(Name, Member); in mapLoadConfigMember()
567 IO.mapOptional("Size", LoadConfig.Size, in mapLoadConfig()
636 IO.mapOptional("UInt32", E.UInt32); in mapping()
637 IO.mapOptional("Binary", E.Binary); in mapping()
[all …]
H A DGOFFYAML.cpp28 IO.mapOptional("TargetEnvironment", FileHdr.TargetEnvironment, 0); in mapping()
29 IO.mapOptional("TargetOperatingSystem", FileHdr.TargetOperatingSystem, 0); in mapping()
30 IO.mapOptional("CCSID", FileHdr.CCSID, 0); in mapping()
31 IO.mapOptional("CharacterSetName", FileHdr.CharacterSetName, ""); in mapping()
32 IO.mapOptional("LanguageProductIdentifier", FileHdr.LanguageProductIdentifier, in mapping()
34 IO.mapOptional("ArchitectureLevel", FileHdr.ArchitectureLevel, 1); in mapping()
35 IO.mapOptional("InternalCCSID", FileHdr.InternalCCSID); in mapping()
36 IO.mapOptional("TargetSoftwareEnvironment", in mapping()
H A DELFYAML.cpp1135 IO.mapOptional("Align", Phdr.Align); in mapping()
1322 IO.mapOptional("Size", Symbol.Size); in mapping()
1331 IO.mapOptional("Other", Keys->Other); in mapping()
1346 IO.mapOptional("Link", Section.Link); in commonSectionMapping()
1352 IO.mapOptional("Size", Section.Size); in commonSectionMapping()
1823 IO.mapOptional("ID", E.ID); in mapping()
1839 IO.mapOptional("BBFreq", E.BBFreq); in mapping()
1871 IO.mapOptional("Name", N.Name); in mapping()
1872 IO.mapOptional("Desc", N.Desc); in mapping()
1881 IO.mapOptional("Flags", E.Flags); in mapping()
[all …]
H A DMachOYAML.cpp122 IO.mapOptional("DWARF", Object.DWARF); in mapping()
141 IO.mapOptional("reserved", FatArch.reserved, in mapping()
188 IO.mapOptional("Symbol", BindOpcode.Symbol); in mapping()
195 IO.mapOptional("Name", ExportEntry.Name); in mapping()
196 IO.mapOptional("Flags", ExportEntry.Flags); in mapping()
197 IO.mapOptional("Address", ExportEntry.Address); in mapping()
198 IO.mapOptional("Other", ExportEntry.Other); in mapping()
237 IO.mapOptional("Content", LoadCommand.Content); in mapLoadCommandData()
243 IO.mapOptional("Content", LoadCommand.Content); in mapLoadCommandData()
279 IO.mapOptional("Tools", LoadCommand.Tools); in mapLoadCommandData()
[all …]
H A DOffloadYAML.cpp51 IO.mapOptional("Version", O.Version); in mapping()
52 IO.mapOptional("Size", O.Size); in mapping()
53 IO.mapOptional("EntryOffset", O.EntryOffset); in mapping()
54 IO.mapOptional("EntrySize", O.EntrySize); in mapping()
69 IO.mapOptional("ImageKind", M.ImageKind); in mapping()
70 IO.mapOptional("OffloadKind", M.OffloadKind); in mapping()
71 IO.mapOptional("Flags", M.Flags); in mapping()
72 IO.mapOptional("String", M.StringEntries); in mapping()
73 IO.mapOptional("Content", M.Content); in mapping()
H A DWasmYAML.cpp41 IO.mapOptional("Sections", Object.Sections); in mapping()
78 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
85 IO.mapOptional("Tools", Section.Tools); in sectionMapping()
86 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
108 IO.mapOptional("Imports", Section.Imports); in sectionMapping()
118 IO.mapOptional("Tables", Section.Tables); in sectionMapping()
123 IO.mapOptional("Memories", Section.Memories); in sectionMapping()
133 IO.mapOptional("Globals", Section.Globals); in sectionMapping()
138 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
371 IO.mapOptional("Flags", Limits.Flags, 0); in mapping()
[all …]
H A DArchiveYAML.cpp23 IO.mapOptional("Magic", A.Magic, "!<arch>\n"); in mapping()
24 IO.mapOptional("Members", A.Members); in mapping()
25 IO.mapOptional("Content", A.Content); in mapping()
40 IO.mapOptional(P.first.data(), P.second.Value, P.second.DefaultValue); in mapping()
41 IO.mapOptional("Content", E.Content); in mapping()
42 IO.mapOptional("PaddingByte", E.PaddingByte); in mapping()
H A DCodeViewYAMLSymbols.cpp359 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
360 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
361 IO.mapOptional("PtrNext", Symbol.Next, 0U); in map()
366 IO.mapOptional("Offset", Symbol.CodeOffset, 0U); in map()
380 IO.mapOptional("Offset", Symbol.Offset, 0U); in map()
397 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
398 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
458 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
459 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
461 IO.mapOptional("Offset", Symbol.CodeOffset, 0U); in map()
[all …]
H A DMinidumpYAML.cpp22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional()
40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs()
291 IO.mapOptional("Content", Stream.Content); in streamMapping()
325 IO.mapOptional("Product type", Info.ProductType, 0); in streamMapping()
326 mapOptional(IO, "Major Version", Info.MajorVersion, 0); in streamMapping()
328 mapOptional(IO, "Build Number", Info.BuildNumber, 0); in streamMapping()
330 IO.mapOptional("CSD Version", Stream.CSDVersion, ""); in streamMapping()
336 IO.mapOptional("CPU", Info.CPU.X86); in streamMapping()
341 IO.mapOptional("CPU", Info.CPU.Arm); in streamMapping()
344 IO.mapOptional("CPU", Info.CPU.Other); in streamMapping()
[all …]
H A DDXContainerYAML.cpp89 IO.mapOptional("FileSize", Header.FileSize); in mapping()
91 IO.mapOptional("PartOffsets", Header.PartOffsets); in mapping()
99 IO.mapOptional("Size", Program.Size); in mapping()
102 IO.mapOptional("DXILSize", Program.DXILSize); in mapping()
103 IO.mapOptional("DXIL", Program.DXIL); in mapping()
184 IO.mapOptional("Program", P.Program); in mapping()
185 IO.mapOptional("Flags", P.Flags); in mapping()
186 IO.mapOptional("Hash", P.Hash); in mapping()
187 IO.mapOptional("PSVInfo", P.Info); in mapping()
188 IO.mapOptional("Signature", P.Signature); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp105 IO.mapOptional("MSF", Obj.Headers); in mapping()
107 IO.mapOptional("StreamMap", Obj.StreamMap); in mapping()
109 IO.mapOptional("PdbStream", Obj.PdbStream); in mapping()
110 IO.mapOptional("DbiStream", Obj.DbiStream); in mapping()
121 IO.mapOptional("FileSize", Obj.FileSize); in mapping()
143 IO.mapOptional("Age", Obj.Age, 1U); in mapping()
144 IO.mapOptional("Guid", Obj.Guid); in mapping()
146 IO.mapOptional("Features", Obj.Features); in mapping()
152 IO.mapOptional("Age", Obj.Age, 1U); in mapping()
158 IO.mapOptional("Modules", Obj.ModInfos); in mapping()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h227 YamlIO.mapOptional(
282 YamlIO.mapOptional("name", Object.Name,
284 YamlIO.mapOptional(
386 YamlIO.mapOptional(
613 YamlIO.mapOptional("entries", JT.Entries,
686 YamlIO.mapOptional("cvBytesOfCalleeSavedRegisters",
695 YamlIO.mapOptional("savePoint", MFI.SavePoint,
782 YamlIO.mapOptional("liveins", MF.LiveIns,
789 YamlIO.mapOptional("stack", MF.StackObjects,
793 YamlIO.mapOptional("callSites", MF.CallSitesInfo,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp123 IO.mapOptional("NoEscape", P.NoEscape); in mapping()
183 IO.mapOptional("Parameters", M.Params); in mapping()
223 IO.mapOptional("PropertyKind", P.Kind); in mapping()
272 IO.mapOptional("Methods", C.Methods); in mapping()
303 IO.mapOptional("Parameters", F.Params); in mapping()
453 IO.mapOptional("FlagEnum", T.FlagEnum); in mapping()
521 IO.mapOptional("Classes", TLI.Classes); in mapTopLevelItems()
522 IO.mapOptional("Protocols", TLI.Protocols); in mapTopLevelItems()
524 IO.mapOptional("Globals", TLI.Globals); in mapTopLevelItems()
526 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h31 io.mapOptional("Kind", res.TheKind);
34 io.mapOptional("SizeM1", res.SizeM1);
35 io.mapOptional("BitMask", res.BitMask);
56 io.mapOptional("Kind", res.TheKind);
57 io.mapOptional("Info", res.Info);
58 io.mapOptional("Byte", res.Byte);
59 io.mapOptional("Bit", res.Bit);
108 io.mapOptional("Kind", res.TheKind);
157 io.mapOptional("GUID", id.GUID);
164 io.mapOptional("VFunc", id.VFunc);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
117 YIO.mapOptional(Kernel::Arg::Key::ValueType, Unused); in mapping()
123 YIO.mapOptional(Kernel::Arg::Key::AccQual, MD.mAccQual, in mapping()
147 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
149 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
155 YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled, in mapping()
189 YIO.mapOptional(Kernel::Key::Attrs, MD.mAttrs); in mapping()
191 YIO.mapOptional(Kernel::Key::Args, MD.mArgs); in mapping()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h154 YamlIO.mapOptional("mask", A.Mask);
186 YamlIO.mapOptional("dispatchPtr", AI.DispatchPtr);
187 YamlIO.mapOptional("queuePtr", AI.QueuePtr);
189 YamlIO.mapOptional("dispatchID", AI.DispatchID);
197 YamlIO.mapOptional("LDSKernelId", AI.LDSKernelId);
245 YamlIO.mapOptional("ieee", Mode.IEEE, true);
306 YamlIO.mapOptional("ldsSize", MFI.LDSSize, 0u);
307 YamlIO.mapOptional("gdsSize", MFI.GDSSize, 0u);
324 YamlIO.mapOptional("argumentInfo", MFI.ArgInfo);
327 YamlIO.mapOptional("mode", MFI.Mode, SIMode());
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp115 IO.mapOptional("Enabled", Value.Enabled); in mapping()
128 IO.mapOptional("Enabled", Value.Enabled); in mapping()
372 IO.mapOptional("Binary", Base.Binary); in mapping()
374 IO.mapOptional("Decimal", Base.Decimal); in mapping()
376 IO.mapOptional("Hex", Base.Hex); in mapping()
728 IO.mapOptional("Minimum", Space.Minimum); in mapping()
742 IO.mapOptional("Other", Spaces.Other); in mapping()
796 IO.mapOptional("Kind", Value.Kind); in mapping()
897 IO.mapOptional("UseCRLF", UseCRLF); in mapping()
1018 IO.mapOptional("Macros", Style.Macros); in mapping()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp288 IO.mapOptional("symbols", Section.Symbols); in mapping()
292 IO.mapOptional("objc-ivars", Section.IVars); in mapping()
305 IO.mapOptional("symbols", Section.Symbols); in mapping()
309 IO.mapOptional("objc-ivars", Section.IVars); in mapping()
317 IO.mapOptional("symbols", Section.Symbols); in mapping()
320 IO.mapOptional("objc-ivars", Section.Ivars); in mapping()
991 IO.mapOptional("uuids", EmptyUUID); in mapKeysToValues()
1011 IO.mapOptional("exports", Keys->Exports); in mapKeysToValues()
1023 IO.mapOptional("uuids", EmptyUUID); in mapKeysToValuesV4()
1038 IO.mapOptional("exports", Keys->Exports); in mapKeysToValuesV4()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp106 IO.mapOptional("Arch", Target.ArchString); in mapping()
108 IO.mapOptional("BitWidth", Target.BitWidth); in mapping()
125 IO.mapOptional("Size", Symbol.Size); in mapping()
127 IO.mapOptional("Size", Symbol.Size); in mapping()
130 IO.mapOptional("Weak", Symbol.Weak, false); in mapping()
131 IO.mapOptional("Warning", Symbol.Warning); in mapping()
144 IO.mapOptional("SoName", Stub.SoName); in mapping()
145 IO.mapOptional("Target", Stub.Target); in mapping()
146 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
157 IO.mapOptional("SoName", Stub.SoName); in mapping()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp18 IO.mapOptional("Regex", Category.Regex); in mapping()
19 IO.mapOptional("Priority", Category.Priority); in mapping()
20 IO.mapOptional("SortPriority", Category.SortPriority); in mapping()
21 IO.mapOptional("CaseSensitive", Category.RegexIsCaseSensitive); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h79 IO.mapOptional("func-id", Record.FuncId);
80 IO.mapOptional("function", Record.Function);
81 IO.mapOptional("args", Record.CallArgs);
83 IO.mapOptional("thread", Record.TId, 0U);
84 IO.mapOptional("process", Record.PId, 0U);
87 IO.mapOptional("data", Record.Data);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h41 Io.mapOptional("FilePath", M.FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
42 Io.mapOptional("FileOffset", M.FileOffset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapOptional("Ranges", M.Ranges); in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
90 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
91 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp65 IO.mapOptional("libclang.operation", Info.LibclangOperation); in mapping()
66 IO.mapOptional("libclang.opts", Info.LibclangOptions); in mapping()
68 IO.mapOptional("invocation-args", Info.InvocationArguments); in mapping()
69 IO.mapOptional("unsaved_file_hashes", Info.UnsavedFileHashes); in mapping()

12