Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2121 if (auto ToRelSec = RelSec->getSection()) in removeSections() local
2122 return !ToRemove(*ToRelSec); in removeSections()