Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h412 LLVM_ABI void dumpJson(raw_ostream &OS = dbgs());
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp137 void SampleProfileReader::dumpJson(raw_ostream &OS) { in dumpJson() function in SampleProfileReader
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3256 Reader->dumpJson(OS); in showSampleProfile()