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

/openbsd-current/gnu/llvm/lld/ELF/
H A DMarkLive.cpp98 auto *relSec = dyn_cast_or_null<InputSectionBase>(d->section); local
99 if (!relSec)
114 if (!(fromFDE && ((relSec->flags & (SHF_EXECINSTR | SHF_LINK_ORDER)) ||
115 relSec->nextInSectionGroup)))
116 enqueue(relSec, offset);
H A DICF.cpp447 if (auto *relSec = dyn_cast_or_null<InputSection>(d->section))
448 hash += relSec->eqClass[cnt % 2];

Completed in 118 milliseconds