Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.cpp188 DefinedRegular *Refptr = in handleMinGWAutomaticImport() local
190 if (Refptr && Refptr->getChunk()->getSize() == Config->Wordsize) { in handleMinGWAutomaticImport()
191 SectionChunk *SC = dyn_cast_or_null<SectionChunk>(Refptr->getChunk()); in handleMinGWAutomaticImport()
194 Refptr->getChunk()->Live = false; in handleMinGWAutomaticImport()
195 Refptr->replaceKeepingName(Imp, ImpSize); in handleMinGWAutomaticImport()