Searched refs:SetFlags (Results 1 – 12 of 12) sorted by relevance
75 s->SetFlags(flagz & MutexCreationFlagMask); in MutexCreate()103 s->SetFlags(MutexFlagBroken); in MutexDestroy()180 s->SetFlags(MutexFlagBroken); in MutexPostLock()225 s->SetFlags(MutexFlagBroken); in MutexUnlock()281 s->SetFlags(MutexFlagBroken); in MutexPostReadLock()320 s->SetFlags(MutexFlagBroken); in MutexReadUnlock()369 s->SetFlags(MutexFlagBroken); in MutexReadOrWriteUnlock()
91 void SetFlags(u32 f) { in SetFlags() function
121 FlagVector SetFlags; variable137 SetFlags.push_back(Flag);141 llvm::sort(SetFlags, &flagName<TFlag>);144 for (const auto &Flag : SetFlags) {
583 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function585 void SetFlags(std::string elf_abi);
203 const Value *RHS, bool SetFlags = false,1184 SetFlags, WantResult); in emitAddSub()1208 SetFlags, WantResult); in emitAddSub()1215 ExtendType, 0, SetFlags, WantResult); in emitAddSub()1278 SetFlags, WantResult); in emitAddSub()1301 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr()1343 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri()1345 if (SetFlags) in emitAddSub_ri()1388 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs()1430 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx()[all …]
153 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
292 void SetFlags(uint32_t flags);
1465 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in ParseARMAttributes()1472 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in ParseARMAttributes()1523 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()1526 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo()1529 arch_spec.SetFlags(ArchSpec::eMIPSAse_mdmx); in GetSectionHeaderInfo()1539 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in GetSectionHeaderInfo()1541 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in GetSectionHeaderInfo()1650 arch_spec.SetFlags(arch_flags); in GetSectionHeaderInfo()
639 void ArchSpec::SetFlags(std::string elf_abi) { in SetFlags() function in ArchSpec650 SetFlags(flag); in SetFlags()923 SetFlags(other.GetFlags()); in MergeFrom()
661 void SBCommand::SetFlags(uint32_t flags) { in SetFlags() function in SBCommand
1763 FlagVector SetFlags; in printFlags() local1770 SetFlags.push_back(Flag); in printFlags()1773 for (const auto &Flag : SetFlags) { in printFlags()
2053 m_process_arch.SetFlags(elf_abi); in GetCurrentProcessInfo()