Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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