Home
last modified time | relevance | path

Searched refs:StackDepotNode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp24 struct StackDepotNode { struct
56 typedef StackDepotBase<StackDepotNode, 1, StackDepotNode::kTabSizeLog>
73 uptr StackDepotNode::allocated() { in allocated()
191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { in store()
200 StackDepotNode::args_type StackDepotNode::load(u32 id) const { in load()
211 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()
238 StackDepotHandle StackDepotNode::get_handle(u32 id) { in get_handle()
H A Dsanitizer_stackdepot.h23 struct StackDepotNode;
25 StackDepotNode *node_ = nullptr;
27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} in StackDepotHandle()