Home
last modified time | relevance | path

Searched refs:doGC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1688 bool doGC = true; in linkerMain() local
1712 doGC = true; in linkerMain()
1720 doGC = false; in linkerMain()
1727 doGC = false; in linkerMain()
1732 doGC = false; in linkerMain()
1929 doGC = true; in linkerMain()
1942 doGC = true; in linkerMain()
1944 doGC = false; in linkerMain()
1981 icfLevel = doGC ? ICFLevel::All : ICFLevel::None; in linkerMain()
1982 config->doGC = doGC; in linkerMain()
[all …]
H A DConfig.h128 bool doGC = true; member
H A DChunks.cpp59 live = !file->symtab.ctx.config.doGC || !isCOMDAT(); in SectionChunk()
805 : NonSectionCodeChunk(ImportThunkKind), live(!ctx.config.doGC), in ImportThunkChunk()
H A DInputFiles.cpp1215 live(!ctx.config.doGC) {} in ImportFile()