Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h162 Error writeImpl(ProfOStream &OS);
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp340 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() function in InstrProfWriter
564 return writeImpl(POS); in write()
572 if (Error E = writeImpl(POS)) in writeBuffer()