Searched refs:StackDepotHandle (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h24 struct StackDepotHandle { struct in namespace:__sanitizer
27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} function in struct:__sanitizer::StackDepotHandle
38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);
H A Dsanitizer_stackdepot.cpp48 static StackDepotHandle get_handle(u32 id);
50 typedef StackDepotHandle handle_type;
65 int StackDepotHandle::use_count() const {
69 void StackDepotHandle::inc_use_count_unsafe() {
210 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) {
238 StackDepotHandle StackDepotNode::get_handle(u32 id) {
239 return StackDepotHandle(&theDepot.nodes[id], id);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h83 StackDepotHandle h = StackDepotPut_WithHandle(*stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h122 StackDepotHandle h = StackDepotPut_WithHandle(*stack);

Completed in 93 milliseconds