Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp182 class SLeb128Decoder { class
184 SLeb128Decoder(const u8 *begin, const u8 *end) : begin(begin), end(end) {} in SLeb128Decoder() function in __sanitizer::SLeb128Decoder