Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h18 It EncodeSLEB128(T value, It begin, It end) { in EncodeSLEB128() function
/llvm-project/llvm/unittests/Support/
H A DLEB128Test.cpp18 TEST(LEB128Test, EncodeSLEB128) { in TEST() argument