Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMarkLive.cpp306 bool IsRel = (Sec->Type == SHT_REL || Sec->Type == SHT_RELA); in markLive() local
307 if (!IsAlloc && !IsLinkOrder && !IsRel) in markLive()