HomeSort by: relevance | last modified time | path
    Searched defs:variable_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-dump.cc 74 class variable_entry: public symbol_entry class in inherits:symbol_entry
77 variable_entry (varpool_node *node_): symbol_entry (node_) function in class:variable_entry
80 virtual ~variable_entry ()
196 symbol_entry *e = new variable_entry (vnode);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-dump.cc 74 class variable_entry: public symbol_entry class in inherits:symbol_entry
77 variable_entry (varpool_node *node_): symbol_entry (node_) function in class:variable_entry
80 virtual ~variable_entry ()
196 symbol_entry *e = new variable_entry (vnode);

Completed in 16 milliseconds