Home
last modified time | relevance | path

Searched refs:Yaml (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp66 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile() argument
71 yaml::Input YIn(Yaml); in yaml2ObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h96 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp92 enum class ShowFormat { Text, Json, Yaml }; enumerator
397 clEnumValN(ShowFormat::Yaml, "yaml", "emit YAML")));
2847 if (SFormat == ShowFormat::Yaml) in showInstrProfile()
3235 if (SFormat == ShowFormat::Yaml) in showSampleProfile()
3348 if (SFormat == ShowFormat::Yaml) { in showDebugInfoCorrelation()