Home
last modified time | relevance | path

Searched refs:StackDepotPut_WithHandle (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);
Dsanitizer_stackdepot.cc116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle() function
/external/compiler-rt/lib/msan/
Dmsan_origin.h123 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()