Home
last modified time | relevance | path

Searched refs:SetFlags (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp75 s->SetFlags(flagz & MutexCreationFlagMask); in MutexCreate()
101 s->SetFlags(MutexFlagBroken); in MutexDestroy()
179 s->SetFlags(MutexFlagBroken); in MutexPostLock()
222 s->SetFlags(MutexFlagBroken); in MutexUnlock()
275 s->SetFlags(MutexFlagBroken); in MutexPostReadLock()
313 s->SetFlags(MutexFlagBroken); in MutexReadUnlock()
359 s->SetFlags(MutexFlagBroken); in MutexReadOrWriteUnlock()
H A Dtsan_sync.h87 void SetFlags(u32 f) { in SetFlags() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h122 FlagVector SetFlags; variable
138 SetFlags.push_back(Flag);
142 llvm::sort(SetFlags, &flagName<TFlag>);
145 for (const auto &Flag : SetFlags) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h146 bool SetFlags = false) {
157 if (SetFlags) {
H A DARMLowOverheadLoops.cpp1394 bool SetFlags = in RevertLoopDec() local
1397 llvm::RevertLoopDec(MI, TII, SetFlags); in RevertLoopDec()
1398 return SetFlags; in RevertLoopDec()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h516 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
518 void SetFlags(const std::string &elf_abi);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp202 const Value *RHS, bool SetFlags = false,
205 unsigned RHSReg, bool SetFlags = false,
208 uint64_t Imm, bool SetFlags = false,
234 bool SetFlags = false, bool WantResult = true,
1220 SetFlags, WantResult); in emitAddSub()
1299 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr()
1341 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri()
1343 if (SetFlags) in emitAddSub_ri()
1385 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs()
1426 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp53 FlagVector SetFlags; in getFlagNames() local
58 SetFlags.push_back(Flag); in getFlagNames()
62 llvm::sort(SetFlags, &compEnumNames<TFlag>); in getFlagNames()
66 for (const auto &Flag : SetFlags) { in getFlagNames()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h309 void SetFlags(uint32_t flags);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h151 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp745 void SBCommand::SetFlags(uint32_t flags) { in SetFlags() function in SBCommand
746 LLDB_RECORD_METHOD(void, SBCommand, SetFlags, (uint32_t), flags); in SetFlags()
865 LLDB_REGISTER_METHOD(void, SBCommand, SetFlags, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1303 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in ParseARMAttributes()
1310 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in ParseARMAttributes()
1359 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()
1362 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo()
1365 arch_spec.SetFlags(ArchSpec::eMIPSAse_mdmx); in GetSectionHeaderInfo()
1375 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in GetSectionHeaderInfo()
1377 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in GetSectionHeaderInfo()
1486 arch_spec.SetFlags(arch_flags); in GetSectionHeaderInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp569 void ArchSpec::SetFlags(const std::string &elf_abi) { in SetFlags() function in ArchSpec
580 SetFlags(flag); in SetFlags()
839 SetFlags(other.GetFlags()); in MergeFrom()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2129 SmallVector<EnumEntry<TFlag>, 10> SetFlags; in printFlags() local
2132 SetFlags.push_back(Flag); in printFlags()
2134 for (const EnumEntry<TFlag> &Flag : SetFlags) in printFlags()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2157 m_process_arch.SetFlags(elf_abi); in GetCurrentProcessInfo()