Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp66 auto Profile = Writer.writeBuffer(); in TEST_P()
78 auto Profile = Writer.writeBuffer(); in TEST_P()
96 auto Profile = Writer.writeBuffer(); in TEST_P()
121 auto Profile = Writer.writeBuffer(); in TEST_P()
155 auto Profile = Writer.writeBuffer(); in TEST_F()
212 auto Profile = Writer.writeBuffer(); in TEST_F()
310 auto Profile = Writer.writeBuffer(); in TEST_F()
352 auto Profile = Writer.writeBuffer(); in TEST_F()
393 auto Profile = Writer.writeBuffer(); in TEST_F()
450 auto Profile = Writer.writeBuffer(); in TEST_P()
[all …]
H A DCoverageMappingTest.cpp235 auto Profile = ProfileWriter.writeBuffer(); in readProfCounts()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h100 std::unique_ptr<MemoryBuffer> writeBuffer();
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp509 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter