Searched refs:raw_null_ostream (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 739 static raw_null_ostream S; in nulls() 775 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream() 784 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 787 uint64_t raw_null_ostream::current_pos() const { in current_pos() 791 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 718 static raw_null_ostream S; in nulls() 753 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream() 762 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 765 uint64_t raw_null_ostream::current_pos() const { in current_pos() 769 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 663 static raw_null_ostream S; in nulls() 750 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream() 759 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 762 uint64_t raw_null_ostream::current_pos() const { in current_pos()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 476 class raw_null_ostream : public raw_ostream { 485 explicit raw_null_ostream() {} in raw_null_ostream() function 486 ~raw_null_ostream();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 794 static raw_null_ostream S; in nulls() 829 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream() 838 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 841 uint64_t raw_null_ostream::current_pos() const { in current_pos() 845 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 505 class raw_null_ostream : public raw_pwrite_stream { 515 explicit raw_null_ostream() {} in raw_null_ostream() function 516 ~raw_null_ostream() override;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 519 class raw_null_ostream : public raw_pwrite_stream { 529 explicit raw_null_ostream() = default; 530 ~raw_null_ostream() override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 533 class raw_null_ostream : public raw_pwrite_stream { 543 explicit raw_null_ostream() = default; 544 ~raw_null_ostream() override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 101 raw_null_ostream OS; in LLVMFuzzerTestOneInput()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 560 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath() 567 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 578 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath() 585 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 734 llvm::raw_null_ostream *createNullOutputFile();
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 587 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() { in createNullOutputFile() 588 auto OS = llvm::make_unique<llvm::raw_null_ostream>(); in createNullOutputFile() 589 llvm::raw_null_ostream *Ret = OS.get(); in createNullOutputFile()
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 410 CXXNameMangler(CXXNameMangler &Outer, llvm::raw_null_ostream &Out_) in CXXNameMangler() 811 llvm::raw_null_ostream NullOutStream; in mangleName() 4414 llvm::raw_null_ostream NullOutStream; in makeFunctionReturnTypeTags() 4433 llvm::raw_null_ostream NullOutStream; in makeVariableTypeTags() 4444 llvm::raw_null_ostream NullOutStream; in shouldHaveAbiTags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 53 raw_null_ostream NullStream;
|