Searched refs:DeleteStream (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | PrintModulePass.cpp | 28 bool DeleteStream; // Delete the ostream in our dtor? member in __anonb4f192220111::PrintModulePass 32 DeleteStream(false) {} in PrintModulePass() 34 : ModulePass(ID), Banner(B), Out(o), DeleteStream(DS) {} in PrintModulePass() 37 if (DeleteStream) delete Out; in ~PrintModulePass() 53 bool DeleteStream; // Delete the ostream in our dtor? member in __anonb4f192220111::PrintFunctionPass 57 DeleteStream(false) {} in PrintFunctionPass() 59 : FunctionPass(ID), Banner(B), Out(o), DeleteStream(DS) {} in PrintFunctionPass() 62 if (DeleteStream) delete Out; in ~PrintFunctionPass() 89 bool DeleteStream, in createPrintModulePass() argument 91 return new PrintModulePass(Banner, OS, DeleteStream); in createPrintModulePass() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FormattedStream.h | 45 bool DeleteStream; variable 85 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) { in raw_ostream() 89 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) { in formatted_raw_ostream() 102 DeleteStream = Delete; 130 if (DeleteStream) in releaseStream()
|
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
D | PrintModulePass.h | 31 bool DeleteStream=false, 38 bool DeleteStream=false);
|