Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h85 void printYAML(raw_ostream &OS) const { in printYAML() function
222 void printYAML(raw_ostream &OS) const { in printYAML() function
309 void printYAML(raw_ostream &OS) const { in printYAML() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp220 void RawMemProfReader::printYAML(raw_ostream &OS) { in printYAML() function in llvm::memprof::RawMemProfReader