HomeSort by relevance Sort by last modified time
    Searched defs:InputByteStream (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 34 class InputByteStream : public codeview::ByteStream<false> {
36 explicit InputByteStream(std::unique_ptr<MemoryBuffer> Buffer)
52 auto InputStream = llvm::make_unique<InputByteStream>(std::move(Buff));
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 32 class InputByteStream : public codeview::ByteStream<false> {
34 explicit InputByteStream(std::unique_ptr<MemoryBuffer> Buffer)
58 auto Stream = llvm::make_unique<InputByteStream>(std::move(Buffer));

Completed in 443 milliseconds