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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp140 uint32_t DataEncoder::PutU64(uint32_t offset, uint64_t value) { function in class:DataEncoder
162 return PutU64(offset, value);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h172 uint32_t PutU64(uint32_t offset, uint64_t value);

Completed in 72 milliseconds