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

  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 681 // raw_svector_ostream
684 // The raw_svector_ostream implementation uses the SmallVector itself as the
690 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
699 raw_svector_ostream::~raw_svector_ostream() {
705 /// outside of the raw_svector_ostream's control. It is only safe to do this
706 /// if the raw_svector_ostream has previously been flushed.
707 void raw_svector_ostream::resync() {
715 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size)
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 474 /// raw_svector_ostream operates without a buffer, delegating all memory
477 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
489 /// Construct a new raw_svector_ostream.
493 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
496 ~raw_svector_ostream() override {}
519 class buffer_ostream : public raw_svector_ostream {
524 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 445 /// raw_svector_ostream - A raw_ostream that writes to an SmallVector or
448 class raw_svector_ostream : public raw_ostream { class in namespace:llvm
458 /// Construct a new raw_svector_ostream.
462 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
463 ~raw_svector_ostream();
466 /// outside of the raw_svector_ostream's control. It is only safe to do this
467 /// if the raw_svector_ostream has previously been flushed.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 487 /// raw_svector_ostream operates without a buffer, delegating all memory
490 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
502 /// Construct a new raw_svector_ostream.
506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
510 ~raw_svector_ostream() override = default;
533 class buffer_ostream : public raw_svector_ostream {
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 490 /// raw_svector_ostream operates without a buffer, delegating all memory
493 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
505 /// Construct a new raw_svector_ostream.
509 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
513 ~raw_svector_ostream() override = default;
536 class buffer_ostream : public raw_svector_ostream {
541 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}

Completed in 1314 milliseconds