Home
last modified time | relevance | path

Searched refs:raw_null_ostream (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Support/
Draw_ostream.cpp739 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/
Draw_ostream.cpp718 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/
Draw_ostream.cpp663 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/
Draw_ostream.h476 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/
Draw_ostream.cpp794 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/
Draw_ostream.h505 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/
Draw_ostream.h519 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/
Draw_ostream.h533 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/
Dllvm-isel-fuzzer.cpp101 raw_null_ostream OS; in LLVMFuzzerTestOneInput()
/external/llvm/lib/IR/
DGCOV.cpp560 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/
DGCOV.cpp578 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
585 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
/external/clang/include/clang/Frontend/
DCompilerInstance.h734 llvm::raw_null_ostream *createNullOutputFile();
/external/clang/lib/Frontend/
DCompilerInstance.cpp587 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/
DItaniumMangle.cpp410 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/
DMCAsmStreamer.cpp53 raw_null_ostream NullStream;