/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFYAML.cpp | 193 IO.mapOptional("MagicNumber", FileHdr.Magic); in mapping() 194 IO.mapOptional("NumberOfSections", FileHdr.NumberOfSections); in mapping() 195 IO.mapOptional("CreationTime", FileHdr.TimeStamp); in mapping() 196 IO.mapOptional("OffsetToSymbolTable", FileHdr.SymbolTableOffset); in mapping() 197 IO.mapOptional("EntriesInSymbolTable", FileHdr.NumberOfSymTableEntries); in mapping() 198 IO.mapOptional("AuxiliaryHeaderSize", FileHdr.AuxHeaderSize); in mapping() 199 IO.mapOptional("Flags", FileHdr.Flags); in mapping() 204 IO.mapOptional("Magic", AuxHdr.Magic); in mapping() 205 IO.mapOptional("Version", AuxHdr.Version); in mapping() 206 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 | 418 IO.mapOptional("SymbolName", Rel.SymbolName, StringRef()); in mapping() 419 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 | 1125 IO.mapOptional("OSABI", FileHdr.OSABI, ELFYAML::ELF_ELFOSABI(0)); in mapping() 1126 IO.mapOptional("ABIVersion", FileHdr.ABIVersion, Hex8(0)); in mapping() 1128 IO.mapOptional("Machine", FileHdr.Machine); in mapping() 1129 IO.mapOptional("Flags", FileHdr.Flags, ELFYAML::ELF_EF(0)); in mapping() 1130 IO.mapOptional("Entry", FileHdr.Entry, Hex64(0)); in mapping() 1131 IO.mapOptional("SectionHeaderStringTable", FileHdr.SectionHeaderStringTable); in mapping() 1136 IO.mapOptional("EPhOff", FileHdr.EPhOff); in mapping() 1137 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping() 1138 IO.mapOptional("EPhNum", FileHdr.EPhNum); in mapping() 1139 IO.mapOptional("EShEntSize", FileHdr.EShEntSize); in mapping() [all …]
|
H A D | MachOYAML.cpp | 107 IO.mapOptional("IsLittleEndian", Object.IsLittleEndian, in mapping() 114 IO.mapOptional("LoadCommands", Object.LoadCommands); in mapping() 117 IO.mapOptional("__LINKEDIT", Object.RawLinkEditSegment); in mapping() 119 IO.mapOptional("LinkEditData", Object.LinkEdit); in mapping() 122 IO.mapOptional("DWARF", Object.DWARF); in mapping() 141 IO.mapOptional("reserved", FatArch.reserved, in mapping() 161 IO.mapOptional("RebaseOpcodes", LinkEditData.RebaseOpcodes); in mapping() 162 IO.mapOptional("BindOpcodes", LinkEditData.BindOpcodes); in mapping() 163 IO.mapOptional("WeakBindOpcodes", LinkEditData.WeakBindOpcodes); in mapping() 164 IO.mapOptional("LazyBindOpcode 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 | WasmYAML.cpp | 42 IO.mapOptional("Sections", Object.Sections); in mapping() 48 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping() 49 IO.mapOptional("HeaderSecSizeEncodingLen", Section.HeaderSecSizeEncodingLen); in commonSectionMapping() 60 IO.mapOptional("ImportInfo", Section.ImportInfo); in sectionMapping() 61 IO.mapOptional("ExportInfo", Section.ExportInfo); in sectionMapping() 67 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping() 68 IO.mapOptional("GlobalNames", Section.GlobalNames); in sectionMapping() 69 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping() 76 IO.mapOptional("SymbolTable", Section.SymbolTable); in sectionMapping() 77 IO.mapOptional("SegmentInfo", Section.SegmentInfos); 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 | 359 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() 367 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0)); in map() 380 IO.mapOptional("Offset", Symbol.Offset, 0U); in map() 381 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0)); 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() [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 …]
|
H A D | DXContainerYAML.cpp | 99 IO.mapOptional("FileSize", Header.FileSize); in mapping() 101 IO.mapOptional("PartOffsets", Header.PartOffsets); in mapping() 109 IO.mapOptional("Size", Program.Size); in mapping() 112 IO.mapOptional("DXILSize", Program.DXILSize); in mapping() 113 IO.mapOptional("DXIL", Program.DXIL); in mapping() 195 IO.mapOptional("Program", P.Program); in mapping() 196 IO.mapOptional("Flags", P.Flags); in mapping() 197 IO.mapOptional("Hash", P.Hash); in mapping() 198 IO.mapOptional("PSVInfo", P.Info); in mapping() 199 IO.mapOptional("Signature", P.Signature); in mapping()
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 207 YamlIO.mapOptional("preferred-register", Reg.PreferredRegister, 227 YamlIO.mapOptional( 282 YamlIO.mapOptional("name", Object.Name, 284 YamlIO.mapOptional( 287 YamlIO.mapOptional("offset", Object.Offset, (int64_t)0); 290 YamlIO.mapOptional("alignment", Object.Alignment, std::nullopt); 291 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 292 YamlIO.mapOptional("callee-saved-register", Object.CalleeSavedRegister, 294 YamlIO.mapOptional("callee-saved-restored", Object.CalleeSavedRestored, 296 YamlIO.mapOptional("local-offset", Object.LocalOffset, [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 121 IO.mapOptional("Nullability", P.Nullability, std::nullopt); in mapping() 122 IO.mapOptional("RetainCountConvention", P.RetainCountConvention); in mapping() 123 IO.mapOptional("NoEscape", P.NoEscape); in mapping() 124 IO.mapOptional("Type", P.Type, StringRef("")); in mapping() 183 IO.mapOptional("Parameters", M.Params); in mapping() 184 IO.mapOptional("Nullability", M.Nullability); in mapping() 185 IO.mapOptional("NullabilityOfRet", M.NullabilityOfRet, std::nullopt); in mapping() 186 IO.mapOptional("RetainCountConvention", M.RetainCountConvention); in mapping() 187 IO.mapOptional("Availability", M.Availability.Mode, in mapping() 189 IO.mapOptional("AvailabilityMsg", M.Availability.Msg, StringRef("")); in mapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 154 YamlIO.mapOptional("mask", A.Mask); 185 YamlIO.mapOptional("privateSegmentBuffer", AI.PrivateSegmentBuffer); 186 YamlIO.mapOptional("dispatchPtr", AI.DispatchPtr); 187 YamlIO.mapOptional("queuePtr", AI.QueuePtr); 188 YamlIO.mapOptional("kernargSegmentPtr", AI.KernargSegmentPtr); 189 YamlIO.mapOptional("dispatchID", AI.DispatchID); 190 YamlIO.mapOptional("flatScratchInit", AI.FlatScratchInit); 191 YamlIO.mapOptional("privateSegmentSize", AI.PrivateSegmentSize); 193 YamlIO.mapOptional("workGroupIDX", AI.WorkGroupIDX); 194 YamlIO.mapOptional("workGroupIDY", AI.WorkGroupIDY); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 87 IO.mapOptional("Enabled", Value.Enabled); in mapping() 88 IO.mapOptional("AcrossEmptyLines", Value.AcrossEmptyLines); in mapping() 89 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping() 90 IO.mapOptional("AlignCompound", Value.AlignCompound); in mapping() 91 IO.mapOptional("AlignFunctionPointers", Value.AlignFunctionPointers); in mapping() 92 IO.mapOptional("PadOperators", Value.PadOperators); in mapping() 100 IO.mapOptional("Enabled", Value.Enabled); in mapping() 101 IO.mapOptional("AcrossEmptyLines", Value.AcrossEmptyLines); in mapping() 102 IO.mapOptional("AcrossComments", Value.AcrossComments); in mapping() 103 IO.mapOptional("AlignCaseArrows", Value.AlignCaseArrows); in mapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 284 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping() 286 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping() 287 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping() 288 IO.mapOptional("symbols", Section.Symbols); in mapping() 289 IO.mapOptional("objc-classes", Section.Classes); in mapping() 291 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping() 292 IO.mapOptional("objc-ivars", Section.IVars); in mapping() 293 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols); in mapping() 294 IO.mapOptional("thread-local-symbols", Section.TLVSymbols); in mapping() 305 IO.mapOptional("symbols", Section.Symbols); in mapping() [all …]
|
/freebsd/contrib/llvm-project/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("SoNam in mapping() [all...] |
/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 65 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.h | 200 YamlIO.mapOptional("params", MFI.Params, std::vector<FlowStringValue>()); 201 YamlIO.mapOptional("results", MFI.Results, std::vector<FlowStringValue>()); 202 YamlIO.mapOptional("isCFGStackified", MFI.CFGStackified, false); 203 YamlIO.mapOptional("wasmEHFuncInfo", MFI.SrcToUnwindDest);
|