Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h107 std::unique_ptr<MemoryBuffer> writeBuffer();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp567 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter