Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp69 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle()
71 typedef StackDepotHandle handle_type;
76 u32 StackDepotHandle::id() { return node_->id; } in id()
77 int StackDepotHandle::use_count() { in use_count()
81 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe()
98 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()
102 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
H A Dsanitizer_stackdepot.h24 struct StackDepotHandle { struct
26 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() argument
27 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() function
38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h83 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()