Searched refs:PutUnsigned (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | DataEncoderTest.cpp | 291 offset = encoder.PutUnsigned(0, 1, 0x1122334455667788ULL); in TEST() 296 offset = encoder.PutUnsigned(0, 2, 0x1122334455667788ULL); in TEST() 302 offset = encoder.PutUnsigned(0, 4, 0x1122334455667788ULL); in TEST() 308 offset = encoder.PutUnsigned(0, 8, 0x1122334455667788ULL); in TEST() 321 offset = encoder.PutUnsigned(0, 1, 0x1122334455667788ULL); in TEST() 327 offset = encoder.PutUnsigned(0, 2, 0x1122334455667788ULL); in TEST() 333 offset = encoder.PutUnsigned(0, 4, 0x1122334455667788ULL); in TEST() 339 offset = encoder.PutUnsigned(0, 8, 0x1122334455667788ULL); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 94 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, in PutUnsigned() function in DataEncoder 124 return PutUnsigned(offset, m_addr_size, addr); in PutAddress()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | DataEncoder.h | 111 uint32_t PutUnsigned(uint32_t offset, uint32_t byte_size, uint64_t value);
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 485 if (encoder.PutUnsigned(const_offset, const_byte_size, in LinkThreadLocalStorage()
|