Searched refs:Yaml (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 67 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile() 72 yaml::Input YIn(Yaml); in yaml2ObjectFile() 65 yaml2ObjectFile(SmallVectorImpl<char> & Storage,StringRef Yaml,ErrorHandler ErrHandler) yaml2ObjectFile() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 88 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 88 enum class ShowFormat { Text, Json, Yaml }; enumerator 360 clEnumValN(ShowFormat::Yaml, "yaml", "emit YAML"))); 2751 if (SFormat == ShowFormat::Yaml) in showInstrProfile() 3142 if (SFormat == ShowFormat::Yaml) in showSampleProfile() 3223 if (SFormat == ShowFormat::Yaml) { in showDebugInfoCorrelation()
|