Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_leb128_test.cpp66 EXPECT_EQ(buffer + 1, EncodeULEB128(v, buffer, buffer + 1)); in TYPED_TEST()
75 u8* p = EncodeULEB128(v, std::begin(buffer), std::end(buffer)); in TYPED_TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_leb128.h55 It EncodeULEB128(T value, It begin, It end) { in EncodeULEB128() function