| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | XCOFFYAML.cpp | 164 IO.mapOptional("MagicNumber", FileHdr.Magic); in mapping() 165 IO.mapOptional("NumberOfSections", FileHdr.NumberOfSections); in mapping() 166 IO.mapOptional("CreationTime", FileHdr.TimeStamp); in mapping() 167 IO.mapOptional("OffsetToSymbolTable", FileHdr.SymbolTableOffset); in mapping() 168 IO.mapOptional("EntriesInSymbolTable", FileHdr.NumberOfSymTableEntries); in mapping() 169 IO.mapOptional("AuxiliaryHeaderSize", FileHdr.AuxHeaderSize); in mapping() 170 IO.mapOptional("Flags", FileHdr.Flags); in mapping() 175 IO.mapOptional("Magic", AuxHdr.Magic); in mapping() 176 IO.mapOptional("Version", AuxHdr.Version); in mapping() 177 IO.mapOptional("TextStartAddr", AuxHdr.TextStartAddr); in mapping() [all …]
|
| H A D | DWARFYAML.cpp | 95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping() 96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping() 97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping() 98 IO.mapOptional("debug_ranges", DWARF.DebugRanges); in mapping() 99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping() 100 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping() 102 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping() 103 IO.mapOptional("debug_gnu_pubtypes", DWARF.GNUPubTypes); in mapping() 104 IO.mapOptional("debug_info", DWARF.CompileUnits); in mapping() 105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping() [all …]
|
| H A D | COFFYAML.cpp | 417 IO.mapOptional("SymbolName", Rel.SymbolName, StringRef()); in mapping() 418 IO.mapOptional("SymbolTableIndex", Rel.SymbolTableIndex); in mapping() 456 IO.mapOptional("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); in mapping() 457 IO.mapOptional("ImageBase", PH.Header.ImageBase); in mapping() 458 IO.mapOptional("SectionAlignment", PH.Header.SectionAlignment, 1); in mapping() 459 IO.mapOptional("FileAlignment", PH.Header.FileAlignment, 1); in mapping() 460 IO.mapOptional("MajorOperatingSystemVersion", in mapping() 462 IO.mapOptional("MinorOperatingSystemVersion", in mapping() 464 IO.mapOptional("MajorImageVersion", PH.Header.MajorImageVersion); in mapping() 465 IO.mapOptional("MinorImageVersion", PH.Header.MinorImageVersion); in mapping() [all …]
|
| H A D | ELFYAML.cpp | 1091 IO.mapOptional("OSABI", FileHdr.OSABI, ELFYAML::ELF_ELFOSABI(0)); in mapping() 1092 IO.mapOptional("ABIVersion", FileHdr.ABIVersion, Hex8(0)); in mapping() 1094 IO.mapOptional("Machine", FileHdr.Machine); in mapping() 1095 IO.mapOptional("Flags", FileHdr.Flags, ELFYAML::ELF_EF(0)); in mapping() 1096 IO.mapOptional("Entry", FileHdr.Entry, Hex64(0)); in mapping() 1097 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping() 1102 IO.mapOptional("EPhOff", FileHdr.EPhOff); in mapping() 1103 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping() 1104 IO.mapOptional("EPhNum", FileHdr.EPhNum); in mapping() 1105 IO.mapOptional("EShEntSize", FileHdr.EShEntSize); in mapping() [all …]
|
| H A D | MachOYAML.cpp | 106 IO.mapOptional("IsLittleEndian", Object.IsLittleEndian, in mapping() 113 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping() 116 IO.mapOptional("__LINKEDIT", Object.RawLinkEditSegment); in mapping() 118 IO.mapOptional("LinkEditData", Object.LinkEdit); in mapping() 121 IO.mapOptional("DWARF", Object.DWARF); in mapping() 140 IO.mapOptional("reserved", FatArch.reserved, in mapping() 160 IO.mapOptional("RebaseOpcodes", LinkEditData.RebaseOpcodes); in mapping() 161 IO.mapOptional("BindOpcodes", LinkEditData.BindOpcodes); in mapping() 162 IO.mapOptional("WeakBindOpcodes", LinkEditData.WeakBindOpcodes); in mapping() 163 IO.mapOptional("LazyBindOpcodes", LinkEditData.LazyBindOpcodes); in mapping() [all …]
|
| H A D | OffloadYAML.cpp | 51 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 D | DXContainerYAML.cpp | 58 IO.mapOptional("FileSize", Header.FileSize); in mapping() 60 IO.mapOptional("PartOffsets", Header.PartOffsets); in mapping() 68 IO.mapOptional("Size", Program.Size); in mapping() 71 IO.mapOptional("DXILSize", Program.DXILSize); in mapping() 72 IO.mapOptional("DXIL", Program.DXIL); in mapping() 91 IO.mapOptional("Program", P.Program); in mapping() 92 IO.mapOptional("Flags", P.Flags); in mapping() 93 IO.mapOptional("Hash", P.Hash); in mapping()
|
| H A D | WasmYAML.cpp | 41 IO.mapOptional("Sections", Object.Sections); in mapping() 47 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping() 58 IO.mapOptional("ImportInfo", Section.ImportInfo); in sectionMapping() 59 IO.mapOptional("ExportInfo", Section.ExportInfo); in sectionMapping() 65 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping() 66 IO.mapOptional("GlobalNames", Section.GlobalNames); in sectionMapping() 67 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping() 74 IO.mapOptional("SymbolTable", Section.SymbolTable); in sectionMapping() 75 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping() 76 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping() [all …]
|
| H A D | ArchiveYAML.cpp | 23 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 D | CodeViewYAMLSymbols.cpp | 348 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map() 349 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map() 350 IO.mapOptional("PtrNext", Symbol.Next, 0U); in map() 355 IO.mapOptional("Offset", Symbol.CodeOffset, 0U); in map() 356 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0)); in map() 369 IO.mapOptional("Offset", Symbol.Offset, 0U); in map() 370 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0)); in map() 386 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map() 387 IO.mapOptional("PtrEnd", Symbol.End, 0U); in map() 447 IO.mapOptional("PtrParent", Symbol.Parent, 0U); in map() [all …]
|
| H A D | MinidumpYAML.cpp | 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() function 22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional() 40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs() 281 mapOptional(IO, "Time Date Stamp", M.Entry.TimeDateStamp, 0); in mapping() 283 IO.mapOptional("Version Info", M.Entry.VersionInfo, VSFixedFileInfo()); in mapping() 285 IO.mapOptional("Misc Record", M.MiscRecord, yaml::BinaryRef()); in mapping() 291 IO.mapOptional("Content", Stream.Content); in streamMapping() 292 IO.mapOptional("Size", Stream.Size, Stream.Content.binary_size()); in streamMapping() 322 mapOptional(IO, "Processor Level", Info.ProcessorLevel, 0); in streamMapping() 323 mapOptional(IO, "Processor Revision", Info.ProcessorRevision, 0); in streamMapping() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 122 IO.mapOptional("Nullability", P.Nullability, std::nullopt); in mapping() 123 IO.mapOptional("RetainCountConvention", P.RetainCountConvention); in mapping() 124 IO.mapOptional("NoEscape", P.NoEscape); in mapping() 125 IO.mapOptional("Type", P.Type, StringRef("")); in mapping() 184 IO.mapOptional("Parameters", M.Params); in mapping() 185 IO.mapOptional("Nullability", M.Nullability); in mapping() 186 IO.mapOptional("NullabilityOfRet", M.NullabilityOfRet, std::nullopt); in mapping() 187 IO.mapOptional("RetainCountConvention", M.RetainCountConvention); in mapping() 188 IO.mapOptional("Availability", M.Availability.Mode, in mapping() 190 IO.mapOptional("AvailabilityMsg", M.Availability.Msg, StringRef("")); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.cpp | 105 IO.mapOptional("MSF", Obj.Headers); in mapping() 106 IO.mapOptional("StreamSizes", Obj.StreamSizes); in mapping() 107 IO.mapOptional("StreamMap", Obj.StreamMap); in mapping() 108 IO.mapOptional("StringTable", Obj.StringTable); in mapping() 109 IO.mapOptional("PdbStream", Obj.PdbStream); in mapping() 110 IO.mapOptional("DbiStream", Obj.DbiStream); in mapping() 111 IO.mapOptional("TpiStream", Obj.TpiStream); in mapping() 112 IO.mapOptional("IpiStream", Obj.IpiStream); in mapping() 113 IO.mapOptional("PublicsStream", Obj.PublicsStream); in mapping() 117 IO.mapOptional("SuperBlock", Obj.SuperBlock); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 205 YamlIO.mapOptional("preferred-register", Reg.PreferredRegister, 225 YamlIO.mapOptional( 280 YamlIO.mapOptional("name", Object.Name, 282 YamlIO.mapOptional( 285 YamlIO.mapOptional("offset", Object.Offset, (int64_t)0); 288 YamlIO.mapOptional("alignment", Object.Alignment, std::nullopt); 289 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 290 YamlIO.mapOptional("callee-saved-register", Object.CalleeSavedRegister, 292 YamlIO.mapOptional("callee-saved-restored", Object.CalleeSavedRestored, 294 YamlIO.mapOptional("local-offset", Object.LocalOffset, [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 31 io.mapOptional("Kind", res.TheKind); 32 io.mapOptional("SizeM1BitWidth", res.SizeM1BitWidth); 33 io.mapOptional("AlignLog2", res.AlignLog2); 34 io.mapOptional("SizeM1", res.SizeM1); 35 io.mapOptional("BitMask", res.BitMask); 36 io.mapOptional("InlineBits", res.InlineBits); 56 io.mapOptional("Kind", res.TheKind); 57 io.mapOptional("Info", res.Info); 58 io.mapOptional("Byte", res.Byte); 59 io.mapOptional("Bit", res.Bit); [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | AMDGPUMetadata.cpp | 95 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() 101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping() 109 YIO.mapOptional(Kernel::Arg::Key::Name, MD.mName, std::string()); in mapping() 110 YIO.mapOptional(Kernel::Arg::Key::TypeName, MD.mTypeName, std::string()); in mapping() 117 YIO.mapOptional(Kernel::Arg::Key::ValueType, Unused); in mapping() 119 YIO.mapOptional(Kernel::Arg::Key::PointeeAlign, MD.mPointeeAlign, in mapping() 121 YIO.mapOptional(Kernel::Arg::Key::AddrSpaceQual, MD.mAddrSpaceQual, in mapping() 123 YIO.mapOptional(Kernel::Arg::Key::AccQual, MD.mAccQual, in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.h | 151 YamlIO.mapOptional("mask", A.Mask); 182 YamlIO.mapOptional("privateSegmentBuffer", AI.PrivateSegmentBuffer); 183 YamlIO.mapOptional("dispatchPtr", AI.DispatchPtr); 184 YamlIO.mapOptional("queuePtr", AI.QueuePtr); 185 YamlIO.mapOptional("kernargSegmentPtr", AI.KernargSegmentPtr); 186 YamlIO.mapOptional("dispatchID", AI.DispatchID); 187 YamlIO.mapOptional("flatScratchInit", AI.FlatScratchInit); 188 YamlIO.mapOptional("privateSegmentSize", AI.PrivateSegmentSize); 190 YamlIO.mapOptional("workGroupIDX", AI.WorkGroupIDX); 191 YamlIO.mapOptional("workGroupIDY", AI.WorkGroupIDY); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 106 IO.mapOptional("Enabled", Value.Enabled); in mapping() 107 IO.mapOptional("AcrossEmptyLines", Value.AcrossEmptyLines); in mapping() 108 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping() 109 IO.mapOptional("AlignCompound", Value.AlignCompound); in mapping() 110 IO.mapOptional("PadOperators", Value.PadOperators); in mapping() 178 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping() 179 IO.mapOptional("AfterClass", Wrapping.AfterClass); in mapping() 180 IO.mapOptional("AfterControlStatement", Wrapping.AfterControlStatement); in mapping() 181 IO.mapOptional("AfterEnum", Wrapping.AfterEnum); in mapping() 182 IO.mapOptional("AfterExternBlock", Wrapping.AfterExternBlock); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 294 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping() 296 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping() 297 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping() 298 IO.mapOptional("symbols", Section.Symbols); in mapping() 299 IO.mapOptional("objc-classes", Section.Classes); in mapping() 301 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping() 302 IO.mapOptional("objc-ivars", Section.IVars); in mapping() 303 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols); in mapping() 304 IO.mapOptional("thread-local-symbols", Section.TLVSymbols); in mapping() 315 IO.mapOptional("symbols", Section.Symbols); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 105 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping() 106 IO.mapOptional("Arch", Target.ArchString); in mapping() 107 IO.mapOptional("Endianness", Target.Endianness); 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() 129 IO.mapOptional("Undefined", Symbol.Undefined, false); 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() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | YAMLXRayRecord.h | 79 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);
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
| H A D | IncludeStyle.cpp | 18 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 41 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()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DebugMap.cpp | 165 io.mapOptional("objAddr", s.second.ObjectAddress); in mapping() 167 io.mapOptional("size", s.second.Size); in mapping() 174 io.mapOptional("timestamp", Norm->Timestamp); in mapping() 207 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 210 io.mapOptional("objects", DM.Objects); in mapping() 218 io.mapOptional("binary-path", DM->BinaryPath); in mapping() 221 io.mapOptional("objects", DM->Objects); in mapping()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1gen_reproducer_main.cpp | 64 IO.mapOptional("libclang.operation", Info.LibclangOperation); in mapping() 65 IO.mapOptional("libclang.opts", Info.LibclangOptions); in mapping() 67 IO.mapOptional("invocation-args", Info.InvocationArguments); in mapping() 68 IO.mapOptional("unsaved_file_hashes", Info.UnsavedFileHashes); in mapping()
|