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

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3175   AllocationDetails *alloc = FindAllocByID(strm, id);
 3189       strm.Printf("Error: Couldn't JIT allocation details");
 3190       strm.EOL();
 3220     strm.Printf("Error: Couldn't read allocation data");
 3221     strm.EOL();
 3231       strm.Printf("Error: Couldn't calculate allocation row stride");
 3232       strm.EOL();
 3265   strm.Printf("Data (X, Y, Z):");
 3275         strm.Printf("\n(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ") = ", x, y, z);
 3305           expr_result->Dump(strm, expr_options);
 3307           DumpDataExtractor(alloc_data, &strm, offset, format,
 3315   strm.EOL();