Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp103 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()
H A DDwarfTransformer.cpp618 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h38 if (GetOS()) in Report()
48 raw_ostream *GetOS() const { return Out; } in GetOS() function