|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/tsan/rtl/tsan_defs.h 170 struct ReportStack;
References
projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp 102 ReportStack *stack = rep->stacks[idx];
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp 24 ReportStack *ReportStack::New() {
25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
26 return new(mem) ReportStack();
123 void PrintStack(const ReportStack *ent) {
275 static void PrintSleep(const ReportStack *s) {
283 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
383 if (ReportStack *stack = ChooseSummaryStack(rep)) {
projects/compiler-rt/lib/tsan/rtl/tsan_report.h 43 static ReportStack *New();
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);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h 712 ReportStack *SymbolizeStackId(u32 stack_id);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp 32 static ReportStack *SymbolizeStack(StackTrace trace);
107 ReportStack *SymbolizeStackId(u32 stack_id) {
116 static ReportStack *SymbolizeStack(StackTrace trace) {
140 ReportStack *stack = ReportStack::New();
140 ReportStack *stack = ReportStack::New();
161 ReportStack **rs = rep_->stacks.PushBack();
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.h 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
projects/compiler-rt/lib/tsan/rtl/tsan_symbolize.h 26 ReportStack *NewReportStackEntry(uptr addr);