Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp173 LocalBufStream.swap(OutputStream); in markSectionStart()
181 static_cast<raw_string_ostream *>(LocalBufStream.get())->str(); in compressAndOutput()
205 LocalBufStream.swap(OutputStream); in addNewSection()
226 LocalBufStream = std::make_unique<raw_string_ostream>(LocalBuf); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h387 std::unique_ptr<raw_ostream> LocalBufStream; variable