Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h59 class TestingFormatWriter {
66 TestingFormatWriter(uint64_t ProfileNamesAddr, StringRef ProfileNamesData, in TestingFormatWriter() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp293 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write()