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

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h56 std::pair<uint64_t, uint64_t> writeImpl(raw_ostream &OS);
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp130 std::pair<uint64_t, uint64_t> InstrProfWriter::writeImpl(raw_ostream &OS) { function in class:InstrProfWriter
167 auto TableStart = writeImpl(OS);
235 auto TableStart = writeImpl(OS);

Completed in 132 milliseconds