Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/COFF/
HDMarkLive.cpp52 sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true; in markLive()
HDSymbols.cpp87 return imp->wrappedSym->file->thunkLive; in isLive()
HDInputFiles.h367 bool thunkLive; variable
HDMapFile.cpp128 if (!file->thunkLive) in getSymbols()
HDInputFiles.cpp988 : InputFile(ctx, ImportKind, m), live(!ctx.config.doGC), thunkLive(live) {} in ImportFile()
HDPDB.cpp1530 if (!file->thunkLive) in addImportFilesToPDB()
HDWriter.cpp1205 if (file->thunkLive) in appendImportThunks()