Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h492 class raw_null_ostream : public raw_ostream {
501 explicit raw_null_ostream() {} in raw_null_ostream() function
502 ~raw_null_ostream();
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp722 static raw_null_ostream S; in nulls()
802 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()
811 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
814 uint64_t raw_null_ostream::current_pos() const { in current_pos()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DGCOV.cpp521 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
528 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
H A DVerifier.cpp2855 raw_null_ostream NullStr; in verifyFunction()
2864 raw_null_ostream NullStr; in verifyModule()
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h673 llvm::raw_null_ostream *createNullOutputFile();
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp567 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() { in createNullOutputFile()
568 llvm::raw_null_ostream *OS = new llvm::raw_null_ostream(); in createNullOutputFile()