Searched refs:convertCtxProfToYaml (Results 1 – 3 of 3) sorted by relevance
226 LLVM_ABI void convertCtxProfToYaml(raw_ostream &OS,
377 void llvm::convertCtxProfToYaml(raw_ostream &OS, const PGOCtxProfile &Profile) { in convertCtxProfToYaml() function in llvm
578 convertCtxProfToYaml(OS, C.profiles()); in run()