Give the clang functions names.  This is only for logging.

llvm-svn: 206836
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
index 34fbd7a..47f44a5 100644
--- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
+++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
@@ -220,7 +220,8 @@
             m_get_pending_items_function.reset(new ClangFunction (thread,
                                                      get_pending_items_return_type,
                                                      impl_code_address,
-                                                     get_pending_items_arglist));
+                                                     get_pending_items_arglist,
+                                                     "queue-pending-items"));
             
             errors.Clear();        
             unsigned num_errors = m_get_pending_items_function->CompileFunction(errors);