Home
last modified time | relevance | path

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

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