Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp24 struct StackDepotNode { struct
25 using hash_type = u64;
26 hash_type stack_hash;
27 u32 link;
28 StackStore::Id store_id;
30 static const u32 kTabSizeLog = SANITIZER_ANDROID ? 16 : 20;
32 typedef StackTrace args_type;
33 bool eq(hash_type hash, const args_type &args) const { in eq()
37 static hash_type hash(const args_type &args) { in hash()
43 static bool is_valid(const args_type &args) { in is_valid()
[all …]