Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h138 void AppendU16(uint16_t value);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp137 void DataEncoder::AppendU16(uint16_t value) { in AppendU16() function in DataEncoder
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp702 file.AppendU16(m_type_data); in Encode()
724 file.AppendU16(bitfields); in Encode()