Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp21 struct StackDepotNode { struct
22 StackDepotNode *link;
23 u32 id;
25 u32 size;
26 u32 tag;
27 uptr stack[1]; // [size]
35 static const u32 kHashMask = ~kUseCountMask;
37 typedef StackTrace args_type;
52 static u32 hash(const args_type &args) { in hash()
66 args_type load() const { in load()
[all …]