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

  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 1195 stream. Initialize HAS_THUNK_INFO to indicate if thunk info should
1202 struct bitpack_d *bp, bool *has_thunk_info)
1256 *has_thunk_info = bp_unpack_value (bp, 1);
1294 bool has_thunk_info; local
1354 input_overwrite_node (file_data, node, tag, &bp, &has_thunk_info);
1382 if (has_thunk_info)
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 1150 stream. Initialize HAS_THUNK_INFO to indicate if thunk info should
1157 struct bitpack_d *bp, bool *has_thunk_info)
1211 *has_thunk_info = bp_unpack_value (bp, 1);
1249 bool has_thunk_info; local
1309 input_overwrite_node (file_data, node, tag, &bp, &has_thunk_info);
1337 if (has_thunk_info)

Completed in 17 milliseconds