Searched defs:raw_counting_ostream (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h135 class raw_counting_ostream : public raw_ostream { class in inherits:raw_ostream
143 raw_counting_ostream() : Count(0) {} function in class:llvm::MCLOHDirective::raw_counting_ostream
144 ~raw_counting_ostream() { flush(); }
147 raw_counting_ostream OutStream;

Completed in 393 milliseconds