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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp34 ELF_WeakrefUsedInReloc_Shift = 11, enumerator in enum:llvm::__anon3734::__anon3735
172 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift);
173 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift));
177 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift);

Completed in 166 milliseconds