Home
last modified time | relevance | path

Searched refs:thunkLive (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DMarkLive.cpp51 sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true; in markLive()
H A DSymbols.cpp84 return imp->wrappedSym->file->thunkLive; in isLive()
H A DInputFiles.h362 bool thunkLive = !config->doGC; variable
H A DMapFile.cpp126 if (!file->thunkLive) in getSymbols()
H A DPDB.cpp1499 if (!file->thunkLive) in addImportFilesToPDB()
H A DWriter.cpp1053 if (file->thunkLive) in appendImportThunks()