Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h36 It DecodeSLEB128(It begin, It end, T* v) { in DecodeSLEB128() function
/llvm-project/llvm/unittests/Support/
H A DLEB128Test.cpp179 TEST(LEB128Test,DecodeSLEB128) TEST() argument