Home
last modified time | relevance | path

Searched defs:OtherFlags (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCSymbolELF.cpp62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local
166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc() local
185 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature() local
194 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbolELF.cpp63 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local
124 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local
154 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local
169 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local
179 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc() local
188 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature() local
197 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELF.cpp25 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STB_Shift); in SetBinding() local
42 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STT_Shift); in SetType() local
59 uint32_t OtherFlags = SD.getFlags() & ~(0x3 << ELF_STV_Shift); in SetVisibility() local