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

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1868 /* Read all the symbols from buffer DATA, using descriptors in DECL_DATA.
1873 lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
1886 header->main_size, decl_data);
1888 data_in = lto_data_in_create (decl_data, (const char *) data + string_offset,
2010 decl_data->global_decl_state = lto_new_in_decl_state ();
2012 decl_data->global_decl_state);
2015 decl_data->function_decl_states
2024 = decl_data->function_decl_states->find_slot (state, INSERT);
2033 decl_data->current_decl_state = decl_data->global_decl_state
2732 struct lto_file_decl_data **decl_data; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1863 /* Read all the symbols from buffer DATA, using descriptors in DECL_DATA.
1868 lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
1881 header->main_size, decl_data->mode_table);
1883 data_in = lto_data_in_create (decl_data, (const char *) data + string_offset,
2005 decl_data->global_decl_state = lto_new_in_decl_state ();
2007 decl_data->global_decl_state);
2010 decl_data->function_decl_states
2019 = decl_data->function_decl_states->find_slot (state, INSERT);
2028 decl_data->current_decl_state = decl_data->global_decl_state
2716 struct lto_file_decl_data **decl_data; local
    [all...]

Completed in 17 milliseconds