Home
last modified time | relevance | path

Searched refs:PutU32 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DDataEncoder.cpp127 uint32_t DataEncoder::PutU32(uint32_t offset, uint32_t value) { in PutU32() function in DataEncoder
159 return PutU32(offset, value); in PutUnsigned()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DDataEncoder.h171 uint32_t PutU32(uint32_t offset, uint32_t value);