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

Declarations

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  522   AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2406   AllocationDetails *alloc = FindAllocByID(strm, alloc_id);
 2626   AllocationDetails *alloc = FindAllocByID(strm, alloc_id);
 3175   AllocationDetails *alloc = FindAllocByID(strm, id);