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

/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp43 class raw_counting_ostream : public raw_ostream { class in inherits:raw_ostream
51 raw_counting_ostream() : Count(0) {} function in class:raw_counting_ostream
52 ~raw_counting_ostream() override { flush(); }
55 raw_counting_ostream OutStream;

Completed in 108 milliseconds