Home
last modified time | relevance | path

Searched refs:read_memory (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.cpp74 ret = TValue::callbacks->read_memory( in getSize()
105 ret = TValue::callbacks->read_memory( in getBitfieldMask()
141 ret = TValue::callbacks->read_memory( in getElementOffset()
177 ret = TValue::callbacks->read_memory( in getElementSize()
240 ret.errorState.errorCode = callbacks->read_memory( in dereference()
273 callbacks->read_memory(context, tcontext, &symbolAddr, size, buf); in getRawValue()
401 errorState.errorCode = callbacks->read_memory(context, tcontext, &symbolAddr, in getValue()
H A Domp-debug.h69 OMPD_CALLBACK(read_memory, context, th_context, &_addr, size, buf); \
H A Domp-debug.cpp1026 OMPD_CALLBACK(read_memory, context, NULL, &block_addr, block_size, block); in ompd_get_display_control_vars()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_nsstring.py12 def read_memory(process, location, size): function
172 print("1K of data around location: %s\n" % read_memory(
174 print("5K of data around string pointer: %s\n" % read_memory(
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h54 read_memory, // 'm' enumerator
H A DRNBRemote.cpp210 t.push_back(Packet(read_memory, &RNBRemote::HandlePacket_m, NULL, "m", in CreatePacketTable()
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp-tools.h.var1194 ompd_callback_memory_read_fn_t read_memory;