Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp91 LocalBufStream.swap(OutputStream); in markSectionStart()
99 static_cast<raw_string_ostream *>(LocalBufStream.get())->str(); in compressAndOutput()
124 LocalBufStream.swap(OutputStream); in addNewSection()
139 LocalBufStream = std::make_unique<raw_string_ostream>(LocalBuf); in write()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h303 std::unique_ptr<raw_ostream> LocalBufStream; variable