Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h53 virtual Error dumpYaml(int MaxWarnings, raw_ostream &OS) = 0;
159 Error dumpYaml(int MaxWarnings, raw_ostream &OS) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp267 Error InstrProfCorrelatorImpl<IntPtrT>::dumpYaml(int MaxWarnings, in dumpYaml() function in InstrProfCorrelatorImpl
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3349 if (auto Err = Correlator->dumpYaml(MaxDbgCorrelationWarnings, OS)) in showDebugInfoCorrelation()