reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 2152         if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) {
 2154               reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size,
 2165       data.SetData(DataBufferSP(heap_data_up.release()));
 2194           reg_info, heap_data_up->GetBytes() + data_offset, curr_byte_size,
 2238             value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(),
 2238             value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(),
 2239             error) != heap_data_up->GetByteSize()) {
 2246   data.SetData(DataBufferSP(heap_data_up.release()));