HomeSort by: relevance | last modified time | path
    Searched refs:LocalBufStream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 91 LocalBufStream.swap(OutputStream);
99 static_cast<raw_string_ostream *>(LocalBufStream.get())->str();
124 LocalBufStream.swap(OutputStream);
139 LocalBufStream = std::make_unique<raw_string_ostream>(LocalBuf);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 295 // We will swap the raw_ostream held by LocalBufStream and that
299 // originally held by LocalBufStream. After the data writing for the
303 std::unique_ptr<raw_ostream> LocalBufStream;

Completed in 16 milliseconds