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.h48 virtual Error dumpYaml(int MaxWarnings, raw_ostream &OS) = 0; in getNamesPointer()
154 Error dumpYaml(int MaxWarnings, raw_ostream &OS) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp243 Error InstrProfCorrelatorImpl<IntPtrT>::dumpYaml(int MaxWarnings, in dumpYaml() function in InstrProfCorrelatorImpl
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3224 if (auto Err = Correlator->dumpYaml(MaxDbgCorrelationWarnings, OS)) in showDebugInfoCorrelation()