Searched defs:OtherFlags (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp60 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); local
119 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); local
149 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); local
162 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); local
172 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); local
181 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); local
190 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h239 void operator&=(const FastMathFlags &OtherFlags) { argument

Completed in 57 milliseconds