Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/intel-features/intel-mpx/
Dcli-wrapper-mpxtable.cpp206 static std::vector<uint8_t> uIntToU8(uint64_t input, size_t size) { in uIntToU8() function
232 std::vector<uint8_t> lbound_v = uIntToU8(lbound, size); in SetBTEntry()
234 std::vector<uint8_t> ubound_v = uIntToU8(~ubound, size); in SetBTEntry()