Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp52 sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true; in markLive()
H A DSymbols.cpp87 return imp->wrappedSym->file->thunkLive; in isLive()
H A DInputFiles.h367 bool thunkLive; variable
H A DMapFile.cpp128 if (!file->thunkLive) in getSymbols()
H A DInputFiles.cpp988 : InputFile(ctx, ImportKind, m), live(!ctx.config.doGC), thunkLive(live) {} in ImportFile()
H A DPDB.cpp1530 if (!file->thunkLive) in addImportFilesToPDB()
H A DWriter.cpp1205 if (file->thunkLive) in appendImportThunks()