Searched refs:PrintStackTrace (Results 1 – 11 of 11) sorted by relevance
32 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace() function48 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock()52 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
110 PrintStackTrace(); in MallocHook()123 PrintStackTrace(); in FreeHook()134 PrintStackTrace(); in HandleMalloc()237 PrintStackTrace(); in CrashCallback()254 PrintStackTrace(); in ExitCallback()301 PrintStackTrace(); in AlarmCallback()
43 void PrintStackTrace();
203 void PrintStackTrace() { in PrintStackTrace() function
55 void PrintStackTrace(raw_ostream &OS, int Depth = 0);
885 void PrintStackTrace(bool);
241 * See PrintStackTrace for how to interpret the data.393 PrintStackTrace(bool includingInnermost) in PrintStackTrace() function 545 PrintStackTrace(false); in ParseVErrorInternal()
1899 PrintStackTrace(true); in Punt()
558 void llvm::sys::PrintStackTrace(raw_ostream &OS, int Depth) {631 sys::PrintStackTrace(llvm::errs());
555 void llvm::sys::PrintStackTrace(raw_ostream &OS, int Depth) {
9193 llvm::sys::PrintStackTrace(OS); in ~Logger()