Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp115 IO.mapOptional("ID", AbbrevTable.ID); in mapping()
116 IO.mapOptional("Table", AbbrevTable.Table); in mapping()
121 IO.mapOptional("Code", Abbrev.Code); in mapping()
144 IO.mapOptional("Length", ARange.Length); in mapping()
185 IO.mapOptional("Length", Unit.Length); in mapping()
191 IO.mapOptional("AddrSize", Unit.AddrSize); in mapping()
192 IO.mapOptional("Entries", Unit.Entries); in mapping()
197 IO.mapOptional("Values", Entry.Values); in mapping()
202 IO.mapOptional("Value", FormValue.Value); in mapping()
204 IO.mapOptional("CStr", FormValue.CStr); in mapping()
[all …]
H A DXCOFFYAML.cpp118 IO.mapOptional("Flags", FileHdr.Flags); in mapping()
124 IO.mapOptional("Symbol", R.SymbolIndex); in mapping()
125 IO.mapOptional("Info", R.Info); in mapping()
126 IO.mapOptional("Type", R.Type); in mapping()
132 IO.mapOptional("Name", Sec.SectionName); in mapping()
133 IO.mapOptional("Address", Sec.Address); in mapping()
134 IO.mapOptional("Size", Sec.Size); in mapping()
140 IO.mapOptional("Flags", NC->Flags); in mapping()
147 IO.mapOptional("Value", S.Value); in mapping()
149 IO.mapOptional("Type", S.Type); in mapping()
[all …]
H A DELFYAML.cpp1033 IO.mapOptional("Align", Phdr.Align); in mapping()
1218 IO.mapOptional("Size", Symbol.Size); in mapping()
1227 IO.mapOptional("Other", Keys->Other); in mapping()
1242 IO.mapOptional("Link", Section.Link); in commonSectionMapping()
1248 IO.mapOptional("Size", Section.Size); in commonSectionMapping()
1282 IO.mapOptional("Info", Section.Info); in sectionMapping()
1328 IO.mapOptional("Info", Section.Info); in sectionMapping()
1741 IO.mapOptional("Name", N.Name); in mapping()
1742 IO.mapOptional("Desc", N.Desc); in mapping()
1751 IO.mapOptional("Flags", E.Flags); in mapping()
[all …]
H A DCOFFYAML.cpp475 IO.mapOptional("BaseRelocationTable", in mapping()
481 IO.mapOptional("LoadConfigTable", in mapping()
485 IO.mapOptional("DelayImportDescriptor", in mapping()
487 IO.mapOptional("ClrRuntimeHeader", in mapping()
554 IO.mapOptional("WeakExternal", S.WeakExternal); in mapping()
555 IO.mapOptional("File", S.File, StringRef()); in mapping()
557 IO.mapOptional("CLRToken", S.CLRToken); in mapping()
574 IO.mapOptional("Subsections", Sec.DebugS); in mapping()
576 IO.mapOptional("Types", Sec.DebugT); in mapping()
578 IO.mapOptional("PrecompTypes", Sec.DebugP); in mapping()
[all …]
H A DMachOYAML.cpp117 IO.mapOptional("DWARF", Object.DWARF); in mapping()
136 IO.mapOptional("reserved", FatArch.reserved, in mapping()
179 IO.mapOptional("Symbol", BindOpcode.Symbol); in mapping()
186 IO.mapOptional("Name", ExportEntry.Name); in mapping()
187 IO.mapOptional("Flags", ExportEntry.Flags); in mapping()
188 IO.mapOptional("Address", ExportEntry.Address); in mapping()
189 IO.mapOptional("Other", ExportEntry.Other); in mapping()
221 IO.mapOptional("Content", LoadCommand.Content); in mapLoadCommandData()
227 IO.mapOptional("Content", LoadCommand.Content); in mapLoadCommandData()
239 IO.mapOptional("Tools", LoadCommand.Tools); in mapLoadCommandData()
[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 DWasmYAML.cpp41 IO.mapOptional("Sections", Object.Sections); in mapping()
75 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
82 IO.mapOptional("Tools", Section.Tools); in sectionMapping()
83 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
105 IO.mapOptional("Imports", Section.Imports); in sectionMapping()
115 IO.mapOptional("Tables", Section.Tables); in sectionMapping()
125 IO.mapOptional("Tags", Section.Tags); in sectionMapping()
130 IO.mapOptional("Globals", Section.Globals); in sectionMapping()
135 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
369 IO.mapOptional("Flags", Limits.Flags); in mapping()
[all …]
H A DCodeViewYAMLSymbols.cpp345 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
346 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
347 IO.mapOptional("PtrNext", Symbol.Next, 0U); in map()
352 IO.mapOptional("Offset", Symbol.CodeOffset, 0U); in map()
366 IO.mapOptional("Offset", Symbol.Offset, 0U); in map()
383 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
384 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
444 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map()
445 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map()
447 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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp124 IO.mapOptional("NoEscape", P.NoEscape); in mapping()
184 IO.mapOptional("Parameters", M.Params); in mapping()
224 IO.mapOptional("PropertyKind", P.Kind); in mapping()
273 IO.mapOptional("Methods", C.Methods); in mapping()
304 IO.mapOptional("Parameters", F.Params); in mapping()
448 IO.mapOptional("FlagEnum", T.FlagEnum); in mapping()
512 IO.mapOptional("Classes", TLI.Classes); in mapTopLevelItems()
513 IO.mapOptional("Protocols", TLI.Protocols); in mapTopLevelItems()
515 IO.mapOptional("Globals", TLI.Globals); in mapTopLevelItems()
517 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h225 YamlIO.mapOptional(
280 YamlIO.mapOptional("name", Object.Name,
282 YamlIO.mapOptional(
359 YamlIO.mapOptional(
585 YamlIO.mapOptional("entries", JT.Entries,
655 YamlIO.mapOptional("cvBytesOfCalleeSavedRegisters",
664 YamlIO.mapOptional("savePoint", MFI.SavePoint,
727 YamlIO.mapOptional("liveins", MF.LiveIns,
734 YamlIO.mapOptional("stack", MF.StackObjects,
736 YamlIO.mapOptional("callSites", MF.CallSitesInfo,
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp94 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
96 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
98 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
116 YIO.mapOptional(Kernel::Arg::Key::ValueType, Unused); in mapping()
122 YIO.mapOptional(Kernel::Arg::Key::AccQual, MD.mAccQual, in mapping()
146 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
148 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
154 YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled, in mapping()
188 YIO.mapOptional(Kernel::Key::Attrs, MD.mAttrs); in mapping()
190 YIO.mapOptional(Kernel::Key::Args, MD.mArgs); in mapping()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h175 YamlIO.mapOptional("mask", A.Mask);
206 YamlIO.mapOptional("dispatchPtr", AI.DispatchPtr);
207 YamlIO.mapOptional("queuePtr", AI.QueuePtr);
209 YamlIO.mapOptional("dispatchID", AI.DispatchID);
217 YamlIO.mapOptional("privateSegmentWaveByteOffset",
261 YamlIO.mapOptional("ieee", Mode.IEEE, true);
308 YamlIO.mapOptional("ldsSize", MFI.LDSSize, 0u);
322 YamlIO.mapOptional("argumentInfo", MFI.ArgInfo);
323 YamlIO.mapOptional("mode", MFI.Mode, SIMode());
324 YamlIO.mapOptional("highBitsOf32BitAddress",
[all …]
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp306 io.mapOptional("size", size); in mapping()
466 io.mapOptional("sect", sym.sect, (uint8_t)0); in mapping()
472 io.mapOptional("desc", t2, Hex16(0)); in mapping()
567 io.mapOptional("kind", dylib.kind, in mapping()
594 io.mapOptional("kind", rebase.kind, in mapping()
618 io.mapOptional("kind", bind.kind, in mapping()
657 io.mapOptional("offset", exp.offset); in mapping()
658 io.mapOptional("kind", exp.kind, in mapping()
661 io.mapOptional("flags", exp.flags); in mapping()
716 io.mapOptional("flags", file.flags); in mapping()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp499 IO.mapOptional("Language", Style.Language); in mapping()
546 IO.mapOptional("AlignConsecutiveBitFields", in mapping()
653 IO.mapOptional("IfMacros", Style.IfMacros); in mapping()
658 IO.mapOptional("IncludeIsMainSourceRegex", in mapping()
693 IO.mapOptional("PenaltyBreakFirstLessLess", in mapping()
701 IO.mapOptional("PenaltyIndentedWhitespace", in mapping()
714 IO.mapOptional("SpaceAfterTemplateKeyword", in mapping()
754 IO.mapOptional("UseCRLF", Style.UseCRLF); in mapping()
755 IO.mapOptional("UseTab", Style.UseTab); in mapping()
798 IO.mapOptional("Minimum", Space.Minimum); in mapping()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp298 IO.mapOptional("symbols", Section.Symbols); in mapping()
302 IO.mapOptional("objc-ivars", Section.IVars); in mapping()
315 IO.mapOptional("symbols", Section.Symbols); in mapping()
319 IO.mapOptional("objc-ivars", Section.IVars); in mapping()
327 IO.mapOptional("symbols", Section.Symbols); in mapping()
330 IO.mapOptional("objc-ivars", Section.Ivars); in mapping()
1027 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1047 IO.mapOptional("exports", Keys->Exports); in mapKeysToValues()
1058 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValuesV4()
1073 IO.mapOptional("exports", Keys->Exports); in mapKeysToValuesV4()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp102 IO.mapOptional("Arch", Target.ArchString); in mapping()
103 IO.mapOptional("Endianness", Target.Endianness); in mapping()
104 IO.mapOptional("BitWidth", Target.BitWidth); in mapping()
125 IO.mapOptional("Weak", Symbol.Weak, false); in mapping()
126 IO.mapOptional("Warning", Symbol.Warning); in mapping()
139 IO.mapOptional("SoName", Stub.SoName); in mapping()
140 IO.mapOptional("Target", Stub.Target); in mapping()
141 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
152 IO.mapOptional("SoName", Stub.SoName); in mapping()
153 IO.mapOptional("Target", Stub.Target.Triple); in mapping()
[all …]
/freebsd-13.1/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-13.1/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-13.1/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()
57 Io.mapOptional("Ranges", M.Ranges); in LLVM_YAML_IS_SEQUENCE_VECTOR()
90 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
91 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
92 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp511 io.mapOptional("name", member._name); in mapping()
731 io.mapOptional("path", keys->_path); in mappingArchive()
732 io.mapOptional("members", keys->_members); in mappingArchive()
797 io.mapOptional("offset", keys->_offset); in mapping()
798 io.mapOptional("target", keys->_targetName); in mapping()
800 io.mapOptional("tag", keys->_tag, 0u); in mapping()
959 io.mapOptional("scope", keys->_scope, in mapping()
963 io.mapOptional("content", keys->_content); in mapping()
1046 io.mapOptional("can-be-null", keys->_canBeNull, in mapping()
1122 io.mapOptional("load-name", keys->_loadName); in mapping()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp63 IO.mapOptional("libclang.operation", Info.LibclangOperation); in mapping()
64 IO.mapOptional("libclang.opts", Info.LibclangOptions); in mapping()
66 IO.mapOptional("invocation-args", Info.InvocationArguments); in mapping()
67 IO.mapOptional("unsaved_file_hashes", Info.UnsavedFileHashes); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h207 YamlIO.mapOptional("params", MFI.Params, std::vector<FlowStringValue>());
208 YamlIO.mapOptional("results", MFI.Results, std::vector<FlowStringValue>());
209 YamlIO.mapOptional("isCFGStackified", MFI.CFGStackified, false);
210 YamlIO.mapOptional("wasmEHFuncInfo", MFI.SrcToUnwindDest);

12