Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4138 raw_string_ostream DescOS(DescStr); in addBoltInfoSection() local
4140 DescOS << "BOLT revision: " << BoltRevision << ", " in addBoltInfoSection()
4143 DescOS << " " << Argv[I]; in addBoltInfoSection()
4144 DescOS.flush(); in addBoltInfoSection()
4164 raw_string_ostream DescOS(DescStr); in encodeBATSection() local
4166 BAT->write(DescOS); in encodeBATSection()
4167 DescOS.flush(); in encodeBATSection()