Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbolELF.cpp62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local
63 setFlags(OtherFlags | (Val << ELF_STB_Shift)); in setBinding()
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local
122 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local
152 setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in setVisibility()
166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local
167 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc() local
177 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); in setIsWeakrefUsedInReloc()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELF.cpp25 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STB_Shift); in SetBinding() local
26 SD.setFlags(OtherFlags | (Binding << ELF_STB_Shift)); in SetBinding()
42 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STT_Shift); in SetType() local
43 SD.setFlags(OtherFlags | (Type << ELF_STT_Shift)); in SetType()
59 uint32_t OtherFlags = SD.getFlags() & ~(0x3 << ELF_STV_Shift); in SetVisibility() local
60 SD.setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in SetVisibility()
/external/deqp/framework/common/
DtcuFloat.hpp66 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags>
67 …Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src);
240 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags>
243 …(const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags in convert()
/external/llvm/include/llvm/IR/
DOperator.h208 void operator&=(const FastMathFlags &OtherFlags) {
209 Flags &= OtherFlags.Flags;
/external/clang/tools/scan-build/bin/
Dscan-build1010 my $OtherFlags = $EnvVars->{"CCC_ANALYZER_ANALYSIS"};
1016 "CLANG_ANALYZER_OTHER_FLAGS=$OtherFlags";