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.cpp101 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()
H A DDwarfTransformer.cpp687 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()
/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