Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp31 void PGOCtxProfileWriter::writeImpl(std::optional<uint32_t> CallerIndex, in writeImpl() function in PGOCtxProfileWriter
43 writeImpl(I, *Subcontext); in writeImpl()
48 writeImpl(std::nullopt, RootNode); in write()
H A DInstrProfWriter.cpp834 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() function in InstrProfWriter
1013 return writeImpl(POS); in write()
1018 return writeImpl(POS); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h66 void writeImpl(std::optional<uint32_t> CallerIndex,
H A DInstrProfWriter.h214 Error writeImpl(ProfOStream &OS);