Home
last modified time | relevance | path

Searched refs:GetAllocationData (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h520 std::shared_ptr<uint8_t> GetAllocationData(AllocationDetails *alloc,
H A DRenderScriptRuntime.cpp2439 RenderScriptRuntime::GetAllocationData(AllocationDetails *alloc, in GetAllocationData() function in RenderScriptRuntime
2762 const std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in SaveAllocation()
3324 std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in DumpAllocation()