Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);
H A Dsanitizer_stackdepot.cpp210 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle() function
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h83 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()