Home
last modified time | relevance | path

Searched refs:writeImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h155 Error writeImpl(ProfOStream &OS);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp331 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() function in InstrProfWriter
506 return writeImpl(POS); in write()
514 if (Error E = writeImpl(POS)) in writeBuffer()