Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp44 class raw_counting_ostream : public raw_ostream { in getEmitSize() class
52 raw_counting_ostream() = default; in getEmitSize()
53 ~raw_counting_ostream() override { flush(); } in getEmitSize()
56 raw_counting_ostream OutStream; in getEmitSize()