| /freebsd/contrib/libyaml/ |
| H A D | Changes | 3 https://github.com/yaml/libyaml/pull/105 6 https://github.com/yaml/libyaml/pull/186 9 https://github.com/yaml/libyaml/pull/185 12 https://github.com/yaml/libyaml/pull/187 15 https://github.com/yaml/libyaml/pull/182 18 https://github.com/yaml/libyaml/pull/177 21 https://github.com/yaml/libyaml/pull/181 24 https://github.com/yaml/libyaml/pull/191 29 - https://github.com/yaml/libyaml/pull/143 32 - https://github.com/yaml/libyaml/pull/174 [all …]
|
| H A D | announcement.msg | 2 To: yaml-core@lists.sourceforge.net 10 https://github.com/yaml/libyaml/tree/0.2.5 13 on the #yaml-dev and #libyaml IRC channels on irc.freenode.net. 20 https://github.com/yaml/libyaml/pull/187 23 https://github.com/yaml/libyaml/pull/182 26 https://github.com/yaml/libyaml/pull/177 29 https://github.com/yaml/libyaml/pull/181 32 https://github.com/yaml/libyaml/pull/105 35 https://github.com/yaml/libyaml/pull/186 38 https://github.com/yaml/libyaml/pull/185 [all …]
|
| H A D | CMakeLists.txt | 3 project (yaml C) project 11 set(YAML_STATIC_LIB_NAME "yaml" CACHE STRING "Base name of static library output") 56 add_library(yaml ${SRCS}) target 59 set_target_properties(yaml 64 set_target_properties(yaml 68 target_compile_definitions(yaml 75 target_include_directories(yaml PUBLIC 86 include/yaml.h 91 TARGETS yaml 123 export(TARGETS yaml
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 24 llvm::yaml::Hex16 Magic; 27 llvm::yaml::Hex64 SymbolTableOffset; 30 llvm::yaml::Hex16 Flags; 34 std::optional<llvm::yaml::Hex16> Magic; 35 std::optional<llvm::yaml::Hex16> Version; 36 std::optional<llvm::yaml::Hex64> TextStartAddr; 37 std::optional<llvm::yaml::Hex64> DataStartAddr; 38 std::optional<llvm::yaml::Hex64> TOCAnchorAddr; 45 std::optional<llvm::yaml::Hex16> MaxAlignOfText; 46 std::optional<llvm::yaml::Hex16> MaxAlignOfData; [all …]
|
| H A D | MachOYAML.h | 33 llvm::yaml::Hex32 address; 48 llvm::yaml::Hex64 addr; 50 llvm::yaml::Hex32 offset; 52 llvm::yaml::Hex32 reloff; 54 llvm::yaml::Hex32 flags; 55 llvm::yaml::Hex32 reserved1; 56 llvm::yaml::Hex32 reserved2; 57 llvm::yaml::Hex32 reserved3; 58 std::optional<llvm::yaml::BinaryRef> content; 63 llvm::yaml::Hex32 magic; [all …]
|
| H A D | DWARFYAML.h | 35 llvm::yaml::Hex64 Value; // Some DWARF5 attributes have values 39 std::optional<yaml::Hex64> Code; 51 llvm::yaml::Hex64 Address; 52 yaml::Hex64 Length; 57 std::optional<yaml::Hex64> Length; 59 yaml::Hex64 CuOffset; 60 std::optional<yaml::Hex8> AddrSize; 61 yaml::Hex8 SegSize; 68 llvm::yaml::Hex64 LowOffset; 69 llvm::yaml::Hex64 HighOffset; [all …]
|
| H A D | ELFYAML.h | 117 llvm::yaml::Hex8 ABIVersion; 121 llvm::yaml::Hex64 Entry; 124 std::optional<llvm::yaml::Hex64> EPhOff; 125 std::optional<llvm::yaml::Hex16> EPhEntSize; 126 std::optional<llvm::yaml::Hex16> EPhNum; 127 std::optional<llvm::yaml::Hex16> EShEntSize; 128 std::optional<llvm::yaml::Hex64> EShOff; 129 std::optional<llvm::yaml::Hex16> EShNum; 130 std::optional<llvm::yaml::Hex16> EShStrNdx; 143 std::optional<llvm::yaml::Hex64> Value; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.h | 33 YAMLParseError(StringRef Message, SourceMgr &SM, yaml::Stream &Stream, 34 yaml::Node &Node); 55 yaml::Stream Stream; 57 yaml::document_iterator YAMLIt; 76 Error error(StringRef Message, yaml::Node &Node); 78 Expected<std::unique_ptr<Remark>> parseRemark(yaml::Document &Remark); 80 Expected<Type> parseType(yaml::MappingNode &Node); 82 Expected<StringRef> parseKey(yaml::KeyValueNode &Node); 84 virtual Expected<StringRef> parseStr(yaml::KeyValueNode &Node); 86 Expected<unsigned> parseUnsigned(yaml::KeyValueNode &Node); [all …]
|
| H A D | YAMLRemarkParser.cpp | 38 yaml::Stream &Stream, yaml::Node &Node) { in YAMLParseError() 151 Error YAMLRemarkParser::error(StringRef Message, yaml::Node &Node) { in error() 164 YAMLRemarkParser::parseRemark(yaml::Document &RemarkEntry) { in parseRemark() 168 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark() 174 auto *Root = dyn_cast<yaml::MappingNode>(YAMLRoot); in parseRemark() 190 for (yaml::KeyValueNode &RemarkField : *Root) { in parseRemark() 222 auto *Args = dyn_cast<yaml::SequenceNode>(RemarkField.getValue()); in parseRemark() 226 for (yaml::Node &Arg : *Args) { in parseRemark() 246 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() 260 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SymbolRewriter.h | 46 namespace yaml { 101 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry, 103 bool parseRewriteFunctionDescriptor(yaml::Stream &Stream, 104 yaml::ScalarNode *Key, 105 yaml::MappingNode *Value, 107 bool parseRewriteGlobalVariableDescriptor(yaml::Stream &Stream, 108 yaml::ScalarNode *Key, 109 yaml::MappingNode *Value, 111 bool parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, 112 yaml::MappingNode *V,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 268 yaml::Stream YS(MapFile->getBuffer(), SM); in parse() 271 yaml::MappingNode *DescriptorList; in parse() 274 if (isa<yaml::NullNode>(Document.getRoot())) in parse() 277 DescriptorList = dyn_cast<yaml::MappingNode>(Document.getRoot()); in parse() 291 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry() 293 yaml::ScalarNode *Key; in parseEntry() 294 yaml::MappingNode *Value; in parseEntry() 298 Key = dyn_cast<yaml::ScalarNode>(Entry.getKey()); in parseEntry() 304 Value = dyn_cast<yaml::MappingNode>(Entry.getValue()); in parseEntry() 323 parseRewriteFunctionDescriptor(yaml::Stream &YS, yaml::ScalarNode *K, in parseRewriteFunctionDescriptor() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 19 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() 26 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs() 36 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() 46 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; 47 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; 48 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; 53 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() 61 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex() 123 void yaml::ScalarBitSetTraits<MemoryProtection>::bitset( in bitset() 130 void yaml::ScalarBitSetTraits<MemoryState>::bitset(IO &IO, MemoryState &State) { in bitset() [all …]
|
| H A D | YAML.cpp | 22 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 D | XCOFFEmitter.cpp | 35 XCOFFWriter(XCOFFYAML::Object &Obj, raw_ostream &OS, yaml::ErrorHandler EH) in XCOFFWriter() 38 Is64Bit = Obj.Header.Magic == (llvm::yaml::Hex16)XCOFF::XCOFF64; in XCOFFWriter() 73 yaml::ErrorHandler ErrHandler; 463 W.write<uint16_t>(InitAuxFileHdr.Magic.value_or(yaml::Hex16(1))); in writeAuxFileHeader() 464 W.write<uint16_t>(InitAuxFileHdr.Version.value_or(yaml::Hex16(1))); in writeAuxFileHeader() 467 W.write<uint64_t>(InitAuxFileHdr.TextStartAddr.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 468 W.write<uint64_t>(InitAuxFileHdr.DataStartAddr.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 469 W.write<uint64_t>(InitAuxFileHdr.TOCAnchorAddr.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 471 W.write<uint32_t>(InitAuxFileHdr.TextSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 472 W.write<uint32_t>(InitAuxFileHdr.InitDataSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 33 namespace yaml { 116 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbObject) 117 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::MSFHeaders) 119 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::StreamBlockList) 120 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbInfoStream) 121 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbDbiStream) 122 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbTpiStream) 123 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbPublicsStream) 124 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::NamedStreamMapping) 125 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbModiStream) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 110 namespace llvm::yaml { namespace 126 static void printRegMIR(Register Reg, yaml::StringValue &Dest, in printRegMIR() 144 static void convertMRI(yaml::MachineFunction &YamlMF, const MachineFunction &MF, 147 static void convertMCP(yaml::MachineFunction &MF, 149 static void convertMJTI(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 151 static void convertMFI(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 153 static void convertStackObjects(yaml::MachineFunction &YMF, 156 static void convertEntryValueObjects(yaml::MachineFunction &YMF, 159 static void convertCallSiteObjects(yaml::MachineFunction &YMF, 162 static void convertMachineMetadataNodes(yaml::MachineFunction &YMF, [all …]
|
| /freebsd/contrib/lyaml/ |
| H A D | lukefile | 24 library = {checksymbol='yaml_document_initialize', library='yaml'}, 36 ['yaml'] = { 37 'ext/yaml/yaml.c', 38 'ext/yaml/emitter.c', 39 'ext/yaml/parser.c', 40 'ext/yaml/scanner.c',
|
| H A D | NEWS.md | 112 ```yaml 128 ```yaml 129 %TAG ! tag:yaml.org,2002: 153 ```yaml 181 ```yaml 196 ```yaml 227 [boolspec]: http://yaml.org/type/bool.html 228 [floatspec]: http://yaml.org/type/float.html 229 [intspec]: http://yaml.org/type/int.html 230 [mergespec]: http://yaml.org/type/merge.html [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 54 yaml::Input In; 115 bool initializeMachineFunction(const yaml::MachineFunction &YamlMF, 119 const yaml::MachineFunction &YamlMF); 122 const yaml::MachineFunction &YamlMF); 125 const yaml::MachineFunction &YamlMF); 128 const yaml::MachineFunction &YamlMF); 132 const yaml::StringValue &RegisterSource, 142 const yaml::StringValue &VarStr, 143 const yaml::StringValue &ExprStr, 144 const yaml::StringValue &LocStr); [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 293 const std::vector<llvm::yaml::ScalarNode *> &Nodes) { in nodeToCommandLine() 324 llvm::yaml::document_iterator I = YAMLStream.begin(); in parse() 329 llvm::yaml::Node *Root = I->getRoot(); in parse() 334 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() 340 auto *Object = dyn_cast<llvm::yaml::MappingNode>(&NextObject); in parse() 345 llvm::yaml::ScalarNode *Directory = nullptr; in parse() 346 std::optional<std::vector<llvm::yaml::ScalarNode *>> Command; in parse() 347 llvm::yaml::ScalarNode *File = nullptr; in parse() 348 llvm::yaml::ScalarNode *Output = nullptr; in parse() 350 auto *KeyString = dyn_cast<llvm::yaml::ScalarNode>(NextKeyValue.getKey()); in parse() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 30 namespace yaml { 55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode()) 119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode()) 130 static void enumeration(yaml::IO &IO, 183 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::StringValue) 184 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::FlowStringValue) 185 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::UnsignedValue) 188 namespace yaml { 275 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) { 283 static void mapping(yaml::IO &YamlIO, MachineStackObject &Object) { [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | JSONCompilationDatabase.h | 116 std::tuple<llvm::yaml::ScalarNode *, llvm::yaml::ScalarNode *, 117 std::vector<llvm::yaml::ScalarNode *>, 118 llvm::yaml::ScalarNode *>; 136 llvm::yaml::Stream YAMLStream;
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | fsl-tsec-phy.txt | 3 Refer to Documentation/devicetree/bindings/net/fsl,gianfar-mdio.yaml 7 Refer to Documentation/devicetree/bindings/net/fsl,gianfar-mdio.yaml 11 Refer to Documentation/devicetree/bindings/net/fsl,gianfar.yaml 15 Refer to Documentation/devicetree/bindings/ptp/fsl,ptp.yaml
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 75 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt()); in fromString() 78 Err = yaml::ScalarTraits<int64_t>::input(S, nullptr, getInt()); in fromString() 89 StringRef Err = yaml::ScalarTraits<bool>::input(S, nullptr, getBool()); in fromString() 95 StringRef Err = yaml::ScalarTraits<double>::input(S, nullptr, getFloat()); in fromString() 101 StringRef Err = yaml::ScalarTraits<std::string>::input(S, nullptr, V); in fromString() 143 namespace yaml { namespace 237 yaml::Output Yout(OS); in toYAML() 244 yaml::Input Yin(S); in fromYAML()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MachineFunctionInfo.cpp | 16 yaml::X86MachineFunctionInfo::X86MachineFunctionInfo( in X86MachineFunctionInfo() 20 void yaml::X86MachineFunctionInfo::mappingImpl(yaml::IO &YamlIO) { in mappingImpl() 32 const yaml::X86MachineFunctionInfo &YamlMFI) { in initializeBaseYamlFields()
|