Home
last modified time | relevance | path

Searched refs:printYAML (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
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
315 F.printYAML(OS); in printYAML()
317 Info.printYAML(OS); in printYAML()
425 N.printYAML(OS); in print()
433 F.printYAML(OS); in print()
DRawMemProfReader.h44 void printYAML(raw_ostream &OS);
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DRawMemProfReader.cpp220 void RawMemProfReader::printYAML(raw_ostream &OS) { in printYAML() function in llvm::memprof::RawMemProfReader
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp2808 Reader->printYAML(OS); in showMemProfProfile()