reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
 1009   StatInc(thr, StatFuncEnter);
 1012     thr->fast_state.IncrementEpoch();
 1013     TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc);
 1013     TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc);
 1025   thr->shadow_stack_pos[0] = pc;
 1026   thr->shadow_stack_pos++;