Searched refs:PutU8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp108 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { function in class:DataEncoder
156 return PutU8(offset, value);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h169 uint32_t PutU8(uint32_t offset, uint8_t value);

Completed in 191 milliseconds