Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h83 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp188 auto h = StackDepotPut_WithHandle(s); in TEST_P()