Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
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()
Dsanitizer_stackdepot.h24 struct StackDepotHandle { struct
26 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() function
27 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() argument
38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle()
85 typedef StackDepotHandle handle_type;
90 u32 StackDepotHandle::id() { return node_->id; } in id()
91 int StackDepotHandle::use_count() { in use_count()
95 void StackDepotHandle::inc_use_count_unsafe() { in inc_use_count_unsafe()
112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()
116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) { in StackDepotPut_WithHandle()
Dsanitizer_stackdepot.h25 struct StackDepotHandle { struct
27 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() argument
28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() argument
39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_origin.h122 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()
/external/compiler-rt/lib/msan/
Dmsan_origin.h123 StackDepotHandle h = StackDepotPut_WithHandle(*stack); in CreateChainedOrigin()