Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DMarkLive.cpp50 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.h361 bool thunkLive; variable
H A DMapFile.cpp127 if (!file->thunkLive) in getSymbols()
H A DInputFiles.cpp942 : InputFile(ctx, ImportKind, m), live(!ctx.config.doGC), thunkLive(live) {} in ImportFile()
H A DPDB.cpp1515 if (!file->thunkLive) in addImportFilesToPDB()
H A DWriter.cpp1111 if (file->thunkLive) in appendImportThunks()