Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp50 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { in PutU8() function in DataEncoder
/llvm-project/lldb/unittests/Utility/
H A DDataEncoderTest.cpp17 TEST(DataEncoderTest, PutU8) { in TEST() argument