Searched refs:add_input_file (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/gold/
H A Dgold-plugin.cpp66 static ld_plugin_add_input_file add_input_file = NULL; variable
208 add_input_file = tv->tv_u.tv_add_input_file;
481 if ((*add_input_file)(ObjPath.c_str()) != LDPS_OK) {
/external/blktrace/btreplay/
H A Dbtrecord.c326 * add_input_file - Set up the input file name
329 static void add_input_file(char *devnm) function
377 add_input_file(dsf);
468 add_input_file(argv[optind++]);
H A Dbtreplay.c851 * add_input_file - Allocate and initialize per-input file structure
856 static void add_input_file(int cpu, char *devnm, char *file_name) function
970 add_input_file(cpu, dip->devnm, full_name);

Completed in 192 milliseconds