Home
last modified time | relevance | path

Searched defs:printYAML (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h121 void printYAML(raw_ostream &OS) const { in printYAML() function
302 void printYAML(raw_ostream &OS) const { in printYAML() function
393 void printYAML(raw_ostream &OS) const { in printYAML() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp332 void RawMemProfReader::printYAML(raw_ostream &OS) { in printYAML() function in llvm::memprof::RawMemProfReader