Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DDataEncoder.cpp139 uint32_t DataEncoder::PutU64(uint32_t offset, uint64_t value) { in PutU64() function in DataEncoder
161 return PutU64(offset, value); in PutUnsigned()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DDataEncoder.h172 uint32_t PutU64(uint32_t offset, uint64_t value);