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

References

projects/compiler-rt/lib/msan/msan_origin.h
  122     StackDepotHandle h = StackDepotPut_WithHandle(*stack);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
   69   StackDepotHandle get_handle() { return StackDepotHandle(this); }
   71   typedef StackDepotHandle handle_type;
   98   StackDepotHandle h = theDepot.Put(stack);
  102 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
   38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);