Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp379 DefinedRegular *refptr = in handleMinGWAutomaticImport() local
381 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport()
382 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport()
385 refptr->getChunk()->live = false; in handleMinGWAutomaticImport()
386 refptr->replaceKeepingName(imp, impSize); in handleMinGWAutomaticImport()