Home
last modified time | relevance | path

Searched refs:yaml (Results 1 – 25 of 2978) sorted by relevance

12345678910>>...120

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h24 llvm::yaml::Hex16 Magic;
30 llvm::yaml::Hex16 Flags;
66 llvm::yaml::Hex64 VirtualAddress;
67 llvm::yaml::Hex64 SymbolIndex;
68 llvm::yaml::Hex8 Info;
69 llvm::yaml::Hex8 Type;
74 llvm::yaml::Hex64 Address;
75 llvm::yaml::Hex64 Size;
82 yaml::BinaryRef SectionData;
195 llvm::yaml::Hex16 Type;
[all …]
H A DMachOYAML.h33 llvm::yaml::Hex32 address;
48 llvm::yaml::Hex64 addr;
50 llvm::yaml::Hex32 offset;
52 llvm::yaml::Hex32 reloff;
54 llvm::yaml::Hex32 flags;
63 llvm::yaml::Hex32 magic;
69 llvm::yaml::Hex32 flags;
86 llvm::yaml::Hex8 n_type;
120 llvm::yaml::Hex16 Kind;
150 llvm::yaml::Hex32 magic;
[all …]
H A DDWARFYAML.h51 yaml::Hex64 Length;
58 yaml::Hex64 CuOffset;
60 yaml::Hex8 SegSize;
86 yaml::Hex64 Length;
157 yaml::Hex64 Segment;
158 yaml::Hex64 Address;
164 yaml::Hex16 Version;
173 yaml::Hex16 Version;
174 yaml::Hex16 Padding;
203 yaml::Hex16 Version;
[all …]
H A DELFYAML.h121 llvm::yaml::Hex64 Entry;
156 llvm::yaml::Hex64 Val;
163 llvm::yaml::Hex64 Size;
167 llvm::yaml::Hex8 Feature;
168 llvm::yaml::Hex64 Address;
188 llvm::yaml::Hex64 Size;
193 yaml::BinaryRef Desc;
299 llvm::yaml::Hex64 Size;
656 llvm::yaml::Hex32 Value;
697 llvm::yaml::Hex64 VAddr;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-port.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - $ref: /schemas/graph.yaml#/$defs/port-base
18 - $ref: /schemas/sound/dai-params.yaml#
21 $ref: simple-card.yaml#/definitions/mclk-fs
24 $ref: /schemas/types.yaml#/definitions/flag
27 $ref: /schemas/types.yaml#/definitions/flag
31 - $ref: /schemas/graph.yaml#/$defs/endpoint-base
32 - $ref: /schemas/sound/dai-params.yaml#
35 $ref: simple-card.yaml#/definitions/mclk-fs
38 $ref: /schemas/types.yaml#/definitions/flag
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr3-timings.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
24 $ref: /schemas/types.yaml#/definitions/uint32
29 $ref: /schemas/types.yaml#/definitions/uint32
34 $ref: /schemas/types.yaml#/definitions/uint32
39 $ref: /schemas/types.yaml#/definitions/uint32
45 $ref: /schemas/types.yaml#/definitions/uint32
50 $ref: /schemas/types.yaml#/definitions/uint32
55 $ref: /schemas/types.yaml#/definitions/uint32
60 $ref: /schemas/types.yaml#/definitions/uint32
65 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
H A Djedec,lpddr2-timings.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 $ref: /schemas/types.yaml#/definitions/uint32
22 $ref: /schemas/types.yaml#/definitions/uint32
27 $ref: /schemas/types.yaml#/definitions/uint32
33 $ref: /schemas/types.yaml#/definitions/uint32
38 $ref: /schemas/types.yaml#/definitions/uint32
44 $ref: /schemas/types.yaml#/definitions/uint32
53 $ref: /schemas/types.yaml#/definitions/uint32
58 $ref: /schemas/types.yaml#/definitions/uint32
63 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
H A Djedec,lpddr3.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
13 - $ref: jedec,lpddr-props.yaml#
31 $ref: /schemas/types.yaml#/definitions/uint32
42 $ref: /schemas/types.yaml#/definitions/uint32
49 $ref: /schemas/types.yaml#/definitions/uint32
56 $ref: /schemas/types.yaml#/definitions/uint32
63 $ref: /schemas/types.yaml#/definitions/uint32
69 $ref: /schemas/types.yaml#/definitions/uint32
75 $ref: /schemas/types.yaml#/definitions/uint32
82 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dpartitions.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/partitions.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - $ref: arm,arm-firmware-suite.yaml
18 - $ref: brcm,bcm4908-partitions.yaml
19 - $ref: brcm,bcm947xx-cfe-partitions.yaml
20 - $ref: fixed-partitions.yaml
21 - $ref: linksys,ns-partitions.yaml
22 - $ref: qcom,smem-part.yaml
23 - $ref: redboot-fis.yaml
24 - $ref: tplink,safeloader-partitions.yaml
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h34 yaml::Node &Node);
57 yaml::Stream Stream;
59 yaml::document_iterator YAMLIt;
79 Error error(StringRef Message, yaml::Node &Node);
83 Expected<Type> parseType(yaml::MappingNode &Node);
85 Expected<StringRef> parseKey(yaml::KeyValueNode &Node);
87 virtual Expected<StringRef> parseStr(yaml::KeyValueNode &Node);
89 Expected<unsigned> parseUnsigned(yaml::KeyValueNode &Node);
91 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);
93 Expected<Argument> parseArg(yaml::Node &Node);
[all …]
H A DYAMLRemarkParser.cpp38 yaml::Stream &Stream, yaml::Node &Node) { in YAMLParseError()
189 YAMLRemarkParser::parseRemark(yaml::Document &RemarkEntry) { in parseRemark()
193 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark()
199 auto *Root = dyn_cast<yaml::MappingNode>(YAMLRoot); in parseRemark()
215 for (yaml::KeyValueNode &RemarkField : *Root) { in parseRemark()
251 for (yaml::Node &Arg : *Args) { in parseRemark()
294 yaml::BlockScalarNode *ValueBlock; in parseStr()
332 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()
366 auto *ArgMap = dyn_cast<yaml::MappingNode>(&Node); in parseArg()
374 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h45 namespace yaml {
99 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
101 bool parseRewriteFunctionDescriptor(yaml::Stream &Stream,
102 yaml::ScalarNode *Key,
103 yaml::MappingNode *Value,
105 bool parseRewriteGlobalVariableDescriptor(yaml::Stream &Stream,
106 yaml::ScalarNode *Key,
107 yaml::MappingNode *Value,
109 bool parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
110 yaml::MappingNode *V,
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adf4350.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
36 $ref: /schemas/types.yaml#/definitions/uint32
41 $ref: /schemas/types.yaml#/definitions/uint32
46 $ref: /schemas/types.yaml#/definitions/uint32
52 $ref: /schemas/types.yaml#/definitions/flag
56 $ref: /schemas/types.yaml#/definitions/flag
60 $ref: /schemas/types.yaml#/definitions/flag
64 $ref: /schemas/types.yaml#/definitions/flag
68 $ref: /schemas/types.yaml#/definitions/flag
92 $ref: /schemas/types.yaml#/definitions/flag
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
25 $ref: /schemas/types.yaml#/definitions/uint32
30 $ref: /schemas/types.yaml#/definitions/string
35 $ref: /schemas/types.yaml#/definitions/string
39 $ref: /schemas/types.yaml#/definitions/uint32
49 $ref: /schemas/types.yaml#/definitions/uint32
53 $ref: /schemas/types.yaml#/definitions/uint32
62 $ref: /schemas/types.yaml#/definitions/uint32
69 $ref: /schemas/types.yaml#/definitions/uint32
73 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp291 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()
293 yaml::ScalarNode *Key; in parseEntry()
294 yaml::MappingNode *Value; in parseEntry()
323 parseRewriteFunctionDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, in parseRewriteFunctionDescriptor()
332 yaml::ScalarNode *Key; in parseRewriteFunctionDescriptor()
333 yaml::ScalarNode *Value; in parseRewriteFunctionDescriptor()
393 parseRewriteGlobalVariableDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, in parseRewriteGlobalVariableDescriptor()
401 yaml::ScalarNode *Key; in parseRewriteGlobalVariableDescriptor()
402 yaml::ScalarNode *Value; in parseRewriteGlobalVariableDescriptor()
456 parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, in parseRewriteGlobalAliasDescriptor()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.yaml4 $id: http://devicetree.org/schemas/usb/usb251xb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
38 $ref: /schemas/types.yaml#/definitions/flag
43 $ref: /schemas/types.yaml#/definitions/uint16
49 $ref: /schemas/types.yaml#/definitions/uint16
54 $ref: /schemas/types.yaml#/definitions/uint16
81 $ref: /schemas/types.yaml#/definitions/flag
87 $ref: /schemas/types.yaml#/definitions/flag
93 $ref: /schemas/types.yaml#/definitions/flag
98 $ref: /schemas/types.yaml#/definitions/flag
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DYAML.cpp22 void yaml::ScalarTraits<yaml::BinaryRef>::output( in output()
23 const yaml::BinaryRef &Val, void *, raw_ostream &Out) { in output()
27 StringRef yaml::ScalarTraits<yaml::BinaryRef>::input(StringRef Scalar, void *, in input()
28 yaml::BinaryRef &Val) { in input()
35 Val = yaml::BinaryRef(Scalar); in input()
39 void yaml::BinaryRef::writeAsBinary(raw_ostream &OS, uint64_t N) const { in writeAsBinary()
54 void yaml::BinaryRef::writeAsHex(raw_ostream &OS) const { in writeAsHex()
H A DMinidumpYAML.cpp27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs()
120 void yaml::ScalarBitSetTraits<MemoryProtection>::bitset( in bitset()
163 void yaml::MappingTraits<CPUInfo::ArmInfo>::mapping(IO &IO, in mapping()
178 namespace yaml { namespace
199 void yaml::MappingTraits<CPUInfo::OtherInfo>::mapping( in mapping()
215 namespace yaml { namespace
235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()
259 void yaml::MappingTraits<VSFixedFileInfo>::mapping(IO &IO, in mapping()
353 void yaml::MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( in mapping()
380 void yaml::MappingTraits<minidump::Exception>::mapping( in mapping()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
49 $ref: /schemas/types.yaml#/definitions/uint32
150 $ref: /schemas/types.yaml#/definitions/uint32
158 $ref: /schemas/types.yaml#/definitions/uint32
164 $ref: /schemas/types.yaml#/definitions/uint32
171 $ref: /schemas/types.yaml#/definitions/uint32
177 $ref: /schemas/types.yaml#/definitions/uint32
291 $ref: ../input.yaml#
358 $ref: ../input.yaml#
575 $ref: ../input.yaml#
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
38 $ref: /schemas/types.yaml#/definitions/flag
48 $ref: /schemas/types.yaml#/definitions/flag
72 $ref: /schemas/types.yaml#/definitions/flag
77 $ref: /schemas/types.yaml#/definitions/flag
105 $ref: /schemas/types.yaml#/definitions/flag
125 $ref: /schemas/types.yaml#/definitions/flag
131 $ref: /schemas/types.yaml#/definitions/flag
136 $ref: /schemas/types.yaml#/definitions/flag
[all …]
H A Dsdhci-am654.yaml5 $id: http://devicetree.org/schemas/mmc/sdhci-am654.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - $ref: sdhci-common.yaml#
63 $ref: /schemas/types.yaml#/definitions/uint32
69 $ref: /schemas/types.yaml#/definitions/uint32
75 $ref: /schemas/types.yaml#/definitions/uint32
81 $ref: /schemas/types.yaml#/definitions/uint32
87 $ref: /schemas/types.yaml#/definitions/uint32
93 $ref: /schemas/types.yaml#/definitions/uint32
99 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dintel,ixp4xx-expansion-peripheral-props.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
20 $ref: /schemas/types.yaml#/definitions/uint32
25 $ref: /schemas/types.yaml#/definitions/uint32
30 $ref: /schemas/types.yaml#/definitions/uint32
35 $ref: /schemas/types.yaml#/definitions/uint32
40 $ref: /schemas/types.yaml#/definitions/uint32
46 $ref: /schemas/types.yaml#/definitions/uint32
51 $ref: /schemas/types.yaml#/definitions/uint32
56 $ref: /schemas/types.yaml#/definitions/uint32
61 $ref: /schemas/types.yaml#/definitions/uint32
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h32 namespace yaml {
114 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbObject)
115 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::MSFHeaders)
117 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::StreamBlockList)
118 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbInfoStream)
119 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbDbiStream)
120 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbTpiStream)
121 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbPublicsStream)
122 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::NamedStreamMapping)
123 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbModiStream)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom,spmi-pmic.yaml4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
120 $ref: /schemas/leds/leds-qcom-lpg.yaml#
153 $ref: /schemas/pinctrl/qcom,pmic-gpio.yaml#
161 $ref: /schemas/nvmem/qcom,spmi-sdam.yaml#
169 $ref: /schemas/power/reset/qcom,pon.yaml#
173 $ref: /schemas/rtc/qcom-pm8xxx-rtc.yaml#
181 $ref: /schemas/usb/qcom,pmic-typec.yaml#
185 $ref: /schemas/extcon/qcom,pm8941-misc.yaml#
193 $ref: /schemas/input/qcom,pm8xxx-vib.yaml#
[all …]
H A Dcirrus,lochnagar.yaml29 [4] Clock: ../clock/cirrus,lochnagar.yaml
31 [6] Sound: ../sound/cirrus,lochnagar.yaml
75 $ref: /schemas/clock/fixed-clock.yaml#
82 $ref: /schemas/clock/fixed-clock.yaml#
89 $ref: /schemas/clock/fixed-clock.yaml#
96 $ref: /schemas/clock/fixed-clock.yaml#
103 $ref: /schemas/clock/fixed-clock.yaml#
110 $ref: /schemas/clock/fixed-clock.yaml#
117 $ref: /schemas/clock/fixed-clock.yaml#
124 $ref: /schemas/clock/fixed-clock.yaml#
[all …]

12345678910>>...120