Searched refs:GetOS (Results 1 – 3 of 3) sorted by relevance
101 if (Out.GetOS()) in convert()102 logAllUnhandledErrors(Name.takeError(), *Out.GetOS(), in convert()116 if (Out.GetOS()) in convert()117 *Out.GetOS() << "Loaded " << FunctionsAddedCount in convert()
687 OutputAggregator ThreadOut(Out.GetOS() ? &StrStream : nullptr); in convert()691 if (Out.GetOS()) { in convert()753 if (Out.GetOS()) { in verify()754 raw_ostream &Log = *Out.GetOS(); in verify()
38 if (GetOS()) in Report()48 raw_ostream *GetOS() const { return Out; } in GetOS() function