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.cpp175 LocalBufStream.swap(OutputStream); in markSectionStart()
183 static_cast<raw_string_ostream *>(LocalBufStream.get())->str(); in compressAndOutput()
207 LocalBufStream.swap(OutputStream); in addNewSection()
228 LocalBufStream = std::make_unique<raw_string_ostream>(LocalBuf); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h371 std::unique_ptr<raw_ostream> LocalBufStream; variable