Searched refs:doGC (Results 1 – 4 of 4) sorted by relevance
1613 bool doGC = true; in linkerMain() local1637 doGC = true; in linkerMain()1645 doGC = false; in linkerMain()1652 doGC = false; in linkerMain()1657 doGC = false; in linkerMain()1854 doGC = true; in linkerMain()1867 doGC = true; in linkerMain()1869 doGC = false; in linkerMain()1906 config->doGC = doGC; in linkerMain()2075 if (config->incremental && config->doGC) { in linkerMain()[all …]
125 bool doGC = true; member
58 live = !file->ctx.config.doGC || !isCOMDAT(); in SectionChunk()
944 : InputFile(ctx, ImportKind, m), live(!ctx.config.doGC), thunkLive(live) {} in ImportFile()