Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Draw_ostream.cpp679 static raw_null_ostream S; in nulls()
766 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()
775 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
778 uint64_t raw_null_ostream::current_pos() const { in current_pos()
/external/llvm/include/llvm/Support/
Draw_ostream.h483 class raw_null_ostream : public raw_ostream {
492 explicit raw_null_ostream() {} in raw_null_ostream() function
493 ~raw_null_ostream();
/external/llvm/lib/IR/
DGCOV.cpp518 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
525 return llvm::make_unique<raw_null_ostream>(); in openCoveragePath()
DVerifier.cpp2597 raw_null_ostream NullStr; in verifyFunction()
2606 raw_null_ostream NullStr; in verifyModule()
/external/clang/include/clang/Frontend/
DCompilerInstance.h675 llvm::raw_null_ostream *createNullOutputFile();
/external/clang/lib/Frontend/
DCompilerInstance.cpp559 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() { in createNullOutputFile()
560 llvm::raw_null_ostream *OS = new llvm::raw_null_ostream(); in createNullOutputFile()
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp64 raw_null_ostream ThrowAway; in ValueToLineMap()