Searched refs:toYaml (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 267 void toYaml(yaml::Output &Out, const PGOCtxProfContext &Ctx); 269 void toYaml(yaml::Output &Out, in toYaml() function 276 toYaml(Out, Ctx); in toYaml() 282 void toYaml(yaml::Output &Out, in toYaml() function 298 toYaml(Out, It->second); in toYaml() 305 void toYaml(yaml::Output &Out, const CtxProfFlatProfile &Flat); 307 void toYaml(yaml::Output &Out, GlobalValue::GUID Guid, in toYaml() function 343 toYaml(Out, Unhandled); 349 toYaml(Out, Callsites); 355 void toYaml(yaml::Output &Out, const CtxProfFlatProfile &Flat) { in toYaml() function [all …]
|