HomeSort by relevance Sort by last modified time
    Searched full:varpool_node (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 238 Each static variable decl has assigned varpool_node. */
240 struct varpool_node GTY((chain_next ("%h.next"))) function
244 struct varpool_node *next;
246 struct varpool_node *next_needed;
412 void varpool_link_node (struct varpool_node *);
413 void varpool_remove_link_node (struct varpool_node *node);
414 struct varpool_node *real_varpool_node (tree decl);
415 bool varpool_is_auxiliary (struct varpool_node *node);
455 extern GTY(()) struct varpool_node *varpool_nodes_queue;
456 extern GTY(()) struct varpool_node *varpool_nodes
    [all...]