Searched refs:PutU16 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h170 uint32_t PutU16(uint32_t offset, uint16_t value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp116 uint32_t DataEncoder::PutU16(uint32_t offset, uint16_t value) { function in class:DataEncoder
158 return PutU16(offset, value);

Completed in 153 milliseconds