Searched refs:PutMaxHex64 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp101 stream.PutMaxHex64(section->GetFileAddress() + offset, address_size,
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h158 size_t PutMaxHex64(uint64_t uvalue, size_t byte_size,
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1456 buffer.PutMaxHex64(uval64, item_byte_size);
1466 buffer.PutMaxHex64(uval64, item_byte_size);
1481 buffer.PutMaxHex64(uval64, item_byte_size);
1517 buffer.PutMaxHex64(sval64, item_byte_size);
1534 buffer.PutMaxHex64(uval64, item_byte_size);
1549 buffer.PutMaxHex64(uval64, item_byte_size);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp220 stream.PutMaxHex64(section_ptr->GetFileAddress() + offset,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp557 request_packet.PutMaxHex64(addr, command_addr_byte_size);
596 request_packet.PutMaxHex64(addr, command_addr_byte_size);
1261 request_packet.PutMaxHex64(addr, command_addr_byte_size);
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStream.cpp288 size_t Stream::PutMaxHex64(uint64_t uvalue, size_t byte_size, function in class:Stream
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp205 strm.PutMaxHex64(uval, uval_byte_size);

Completed in 85 milliseconds