Searched refs:alloc_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2548 lldb::addr_t alloc_data = *alloc->data_ptr.get(); in LoadAllocation() local 2550 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err); in LoadAllocation() 3267 DataExtractor alloc_data(buffer.get(), size, GetProcess()->GetByteOrder(), in DumpAllocation() local 3316 DumpDataExtractor(alloc_data, &strm, offset, format, in DumpAllocation()
|