Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h120 Error writeImpl(ProfOStream &OS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp288 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() function in InstrProfWriter
391 return writeImpl(POS); in write()
399 if (Error E = writeImpl(POS)) in writeBuffer()