Searched refs:dumpYaml (Results 1 – 3 of 3) sorted by relevance
53 virtual Error dumpYaml(int MaxWarnings, raw_ostream &OS) = 0;159 Error dumpYaml(int MaxWarnings, raw_ostream &OS) override;
267 Error InstrProfCorrelatorImpl<IntPtrT>::dumpYaml(int MaxWarnings, in dumpYaml() function in InstrProfCorrelatorImpl
3349 if (auto Err = Correlator->dumpYaml(MaxDbgCorrelationWarnings, OS)) in showDebugInfoCorrelation()