/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkParser.cpp | 54 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 D | RemarkFormat.cpp | 22 .Cases("", "yaml", Format::YAML) in parseFormat() 38 .StartsWith("--- ", Format::YAML) // This is only an assumption. in magicToFormat()
|
H A D | RemarkSerializer.cpp | 27 case Format::YAML: in createRemarkSerializer() 44 case Format::YAML: in createRemarkSerializer()
|
H A D | YAMLRemarkParser.h | 69 return P->ParserFormat == Format::YAML; in classof()
|
H A D | YAMLRemarkSerializer.cpp | 162 : YAMLRemarkSerializer(Format::YAML, OS, Mode, std::move(StrTabIn)) {} in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
H A D | YAMLRemarkParser.cpp | 173 : 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 D | RemarkUtil.cpp |
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | writing-schema.rst | 7 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 D | submitting-patches.rst | 23 vocabulary and YAML file format. The DT binding files must pass validation
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 236 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 D | test_file_filter.rb | 15 filters = YAML.load_file( 'test_file_filter.yml' )
|
H A D | generate_module.rb | 106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
|
H A D | generate_test_runner.rb | 41 yaml_guts = YAML.load_file(config_file)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkFormat.h | 25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
|
H A D | YAMLRemarkSerializer.h | 47 return S->SerializerFormat == Format::YAML; in classof()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 178 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 D | xray-converter.cpp | 36 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 D | LLVMRemarkStreamer.cpp | 112 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 466 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 D | README.md | 168 ### Add support for ``JSON`` or ``YAML``
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 57 - `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 D | README.md | 377 * `YAML` - yaml inlined notation.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 648 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 D | AnalyzerOptions.def | 476 "The path to the YAML format file containing a mapping from source file "
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 1385 like YAML by adding the `-foptimization-record-file=<file>` command-line flag.
|