OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolution_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c
199
static char *
resolution_file
= NULL;
variable
553
check (
resolution_file
, LDPL_FATAL, "resolution file not specified");
554
f = fopen (
resolution_file
, "w");
1378
resolution_file
= opt + sizeof ("-fresolution=") - 1;
/src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c
219
static char *
resolution_file
= NULL;
variable
573
check (
resolution_file
, LDPL_FATAL, "resolution file not specified");
574
f = fopen (
resolution_file
, "w");
1453
resolution_file
= opt + sizeof ("-fresolution=") - 1;
/src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc
2319
lto_file_read (lto_file *file, FILE *
resolution_file
, int *count)
2351
lto_resolution_read (file_ids,
resolution_file
, file);
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc
2303
lto_file_read (lto_file *file, FILE *
resolution_file
, int *count)
2335
lto_resolution_read (file_ids,
resolution_file
, file);
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026