Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp92 StringRef outSecName = c->getSectionName().split('$').first; in isEligible() local
93 if (outSecName == ".pdata" || outSecName == ".xdata") in isEligible()