Searched refs:OtherFlags (Results 1 – 3 of 3) sorted by relevance
59 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local60 setFlags(OtherFlags | (Val << ELF_STB_Shift)); in setBinding()118 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local119 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()148 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local149 setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in setVisibility()161 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local162 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()172 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); in setIsWeakrefUsedInReloc()181 setFlags(OtherFlags | (1 << ELF_IsSignature_Shift)); in setIsSignature()[all …]
100 void operator&=(const FastMathFlags &OtherFlags) {101 Flags &= OtherFlags.Flags;103 void operator|=(const FastMathFlags &OtherFlags) {104 Flags |= OtherFlags.Flags;106 bool operator!=(const FastMathFlags &OtherFlags) const {107 return Flags != OtherFlags.Flags;
1042 my $OtherFlags = $EnvVars->{"CCC_ANALYZER_ANALYSIS"};1048 "CLANG_ANALYZER_OTHER_FLAGS=$OtherFlags";