Searched refs:doGC (Results 1 – 4 of 4) sorted by relevance
369 bool live = !config->doGC;370 bool thunkLive = !config->doGC;
1518 bool doGC = debug == DebugKind::None || args.hasArg(OPT_profile); in link() local1530 doGC = true; in link()1532 doGC = false; in link()1573 if (icfLevel == 1 && !doGC) in link()1575 config->doGC = doGC; in link()1686 !config->doGC && !config->doICF && !args.hasArg(OPT_order) && in link()1730 if (config->incremental && config->doGC) { in link()2172 if (config->doGC) in link()
97 bool doGC = true; member
52 live = !config->doGC || !isCOMDAT(); in SectionChunk()