Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbolTable.cpp360 DefinedRegular *refptr = in handleMinGWAutomaticImport() local
362 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport()
363 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport()
366 refptr->getChunk()->live = false; in handleMinGWAutomaticImport()
367 refptr->replaceKeepingName(imp, impSize); in handleMinGWAutomaticImport()