Home
last modified time | relevance | path

Searched refs:ReportStack (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h40 struct ReportStack { struct
43 static ReportStack *New(); argument
46 ReportStack();
62 ReportStack *stack;
84 ReportStack *stack;
98 ReportStack *stack;
105 ReportStack *stack;
112 Vector<ReportStack*> stacks;
118 ReportStack *sleep;
131 void PrintStack(const ReportStack *stack);
H A Dtsan_report.cpp22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() function in __tsan::ReportStack
24 ReportStack *ReportStack::New() { in New()
25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack)); in New()
26 return new(mem) ReportStack(); in New()
123 void PrintStack(const ReportStack *ent) { in PrintStack()
276 static void PrintSleep(const ReportStack *s) { in PrintSleep()
284 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()
384 if (ReportStack *stack = ChooseSummaryStack(rep)) { in PrintReport()
399 void PrintStack(const ReportStack *ent) { in PrintStack()
H A Dtsan_symbolize.h26 ReportStack *NewReportStackEntry(uptr addr);
H A Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
H A Dtsan_rtl_report.cpp32 static ReportStack *SymbolizeStack(StackTrace trace);
90 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()
99 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack()
123 ReportStack *stack = ReportStack::New(); in SymbolizeStack()
172 ReportStack **rs = rep_->stacks.PushBack(); in AddStack()
H A Dtsan_defs.h153 struct ReportStack;
H A Dtsan_suppressions.cpp106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
H A Dtsan_debugging.cpp102 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack()
H A Dtsan_rtl.h686 ReportStack *SymbolizeStackId(u32 stack_id);