Searched refs:PrintCurStackTrace (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DPrettyStackTrace.cpp46 /// PrintCurStackTrace - Print the current stack trace to the specified stream.
47 static void PrintCurStackTrace(raw_ostream &OS) { function
79 PrintCurStackTrace(errs());
86 PrintCurStackTrace(Stream);

Completed in 44 milliseconds