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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp374 // There may exist symbols named .refptr.<name> which only consist
376 // automatically imported, we don't need to keep the .refptr.<name>
378 // for __imp_<name> instead, and drop the whole .refptr.<name> chunk.
379 DefinedRegular *refptr = local
380 dyn_cast_or_null<DefinedRegular>(find((".refptr." + name).str()));
381 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) {
382 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk());
384 log("Replacing .refptr." + name + " with " + imp->getName());
385 refptr
[all...]

Completed in 167 milliseconds