Home
last modified time | relevance | path

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

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