Home
last modified time | relevance | path

Searched refs:YAML (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp54 case Format::YAML: in createRemarkParser()
73 case Format::YAML: in createRemarkParser()
95 case Format::YAML: in createRemarkParserFromMeta()
132 return wrap(new CParser(Format::YAML, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
H A DRemarkFormat.cpp22 .Cases("", "yaml", Format::YAML) in parseFormat()
38 .StartsWith("--- ", Format::YAML) // This is only an assumption. in magicToFormat()
H A DRemarkSerializer.cpp27 case Format::YAML: in createRemarkSerializer()
44 case Format::YAML: in createRemarkSerializer()
H A DYAMLRemarkParser.h69 return P->ParserFormat == Format::YAML; in classof()
H A DYAMLRemarkSerializer.cpp162 : YAMLRemarkSerializer(Format::YAML, OS, Mode, std::move(StrTabIn)) {} in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DYAMLRemarkParser.cpp173 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), in YAMLRemarkParser()
196 "not a valid YAML file."); in parseRemark()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
76 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
96 The Devicetree schemas don't exactly match the YAML-encoded DT data produced by
107 The YAML Devicetree format also makes all string values an array and scalar
114 Use YAML coding style (two-space indentation). For DTS examples in the schema,
H A Dsubmitting-patches.rst23 vocabulary and YAML file format. The DT binding files must pass validation
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp236 llvm::yaml::Output YAML(YamlContentStream); in toYAMLString() local
237 YAML << *this; in toYAMLString()
244 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML() local
245 YAML >> NE; in convertFromYAML()
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
H A Dgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
H A DYAMLRemarkSerializer.h47 return S->SerializerFormat == Format::YAML; in classof()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp178 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); in cc1gen_reproducer_main() local
180 YAML >> InvocationInfo; in cc1gen_reproducer_main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator
40 clEnumValN(ConvertFormats::YAML, "yaml", "output in yaml"),
411 case ConvertFormats::YAML: in __anone754334e0302()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp112 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp466 std::string YAML; in displayTemplightEntry() local
468 llvm::raw_string_ostream OS(YAML); in displayTemplightEntry()
475 Out << "---" << YAML << "\n"; in displayTemplightEntry()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md168 ### Add support for ``JSON`` or ``YAML``
/freebsd/contrib/libucl/doc/
H A Dapi.md57 - `YAML` - embedded yaml format (has the same limitations as `json` output)
251 - compact yaml: `UCL_EMIT_YAML` - compact YAML output
/freebsd/contrib/libucl/
H A DREADME.md377 * `YAML` - yaml inlined notation.
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td648 HelpText<"YAML output file for optimization remarks">;
658 HelpText<"The format used for serializing remarks (default: YAML)">;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def476 "The path to the YAML format file containing a mapping from source file "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1385 like YAML by adding the `-foptimization-record-file=<file>` command-line flag.

12