Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp356 DefinedRegular *refptr = in handleMinGWAutomaticImport() local
358 if (refptr && refptr->getChunk()->getSize() == config->wordsize) { in handleMinGWAutomaticImport()
359 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport()
362 refptr->getChunk()->live = false; in handleMinGWAutomaticImport()
363 refptr->replaceKeepingName(imp, impSize); in handleMinGWAutomaticImport()