reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
122 StackDepotHandle h = StackDepotPut_WithHandle(*stack);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp69 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);