Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp246 yaml::Input YamlInput(MB.get()->getBuffer()); in preprocessProfile() local
249 YamlInput >> YamlBP; in preprocessProfile()
250 if (YamlInput.error()) { in preprocessProfile()
252 << " : " << YamlInput.error().message() << '\n'; in preprocessProfile()
253 return errorCodeToError(YamlInput.error()); in preprocessProfile()
/llvm-project-15.0.7/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp364 yaml::Input YamlInput(MB.get()->getBuffer()); in main() local
369 YamlInput >> BP; in main()
370 if (YamlInput.error()) in main()
371 report_error(InputDataFilename, YamlInput.error()); in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAMDGPUMetadata.cpp214 yaml::Input YamlInput(String); in fromString() local
215 YamlInput >> HSAMetadata; in fromString()
216 return YamlInput.error(); in fromString()