Searched refs:GetOS (Results 1 – 3 of 3) sorted by relevance
103 if (Out.GetOS()) in convert()104 logAllUnhandledErrors(Name.takeError(), *Out.GetOS(), in convert()118 if (Out.GetOS()) in convert()119 *Out.GetOS() << "Loaded " << FunctionsAddedCount in convert()
618 OutputAggregator ThreadOut(Out.GetOS() ? &StrStream : nullptr); in convert()622 if (Out.GetOS()) { in convert()685 if (Out.GetOS()) { in verify()686 raw_ostream &Log = *Out.GetOS(); in verify()
38 if (GetOS()) in Report()48 raw_ostream *GetOS() const { return Out; } in GetOS() function