Home
last modified time | relevance | path

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

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