Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp50 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { in PutU8() function in DataEncoder
98 return PutU8(offset, value); in PutUnsigned()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h128 uint32_t PutU8(uint32_t offset, uint8_t value);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1282 symtab_encoder.PutU8(num_cmaps_offset, num_cmaps); in Encode()