Home
last modified time | relevance | path

Searched defs:total_byte_size (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp300 size_t total_byte_size) { in UInt64ValueIsValidForByteSize()
314 size_t total_byte_size) { in SInt64ValueIsValidForByteSize()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp547 size_t total_byte_size = 0; in DoExecute() local