Searched refs:SetFlags (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h74 void SetFlags(u32 f) { function in struct:__tsan::SyncVar
H A Dtsan_rtl_mutex.cpp92 s->SetFlags(flagz & MutexCreationFlagMask);
124 s->SetFlags(MutexFlagBroken);
187 s->SetFlags(MutexFlagBroken);
233 s->SetFlags(MutexFlagBroken);
298 s->SetFlags(MutexFlagBroken);
340 s->SetFlags(MutexFlagBroken);
399 s->SetFlags(MutexFlagBroken);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h146 bool SetFlags = false) {
157 if (SetFlags) {
H A DARMLowOverheadLoops.cpp1459 bool SetFlags = local
1462 llvm::RevertLoopDec(MI, TII, SetFlags);
1463 return SetFlags;
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h542 void SetFlags(uint32_t flags) { m_flags = flags; } function in class:lldb_private::ArchSpec
544 void SetFlags(const std::string &elf_abi);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h164 SmallVector<FlagEntry, 10> SetFlags; local
180 SetFlags.emplace_back(Flag.Name, Flag.Value);
184 llvm::sort(SetFlags, &flagName);
185 printFlagsImpl(Label, hex(Value), SetFlags);
189 SmallVector<HexNumber, 10> SetFlags; local
194 SetFlags.emplace_back(Flag);
198 printFlagsImpl(Label, hex(Value), SetFlags);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h313 void SetFlags(uint32_t flags);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp203 const Value *RHS, bool SetFlags = false,
206 unsigned RHSReg, bool SetFlags = false,
209 uint64_t Imm, bool SetFlags = false,
213 uint64_t ShiftImm, bool SetFlags = false,
217 uint64_t ShiftImm, bool SetFlags = false,
235 bool SetFlags = false, bool WantResult = true,
239 bool SetFlags = false, bool WantResult = true,
1162 const Value *RHS, bool SetFlags,
1216 ResultReg = emitAddSub_ri(!UseAdd, RetVT, LHSReg, -Imm, SetFlags,
1219 ResultReg = emitAddSub_ri(UseAdd, RetVT, LHSReg, Imm, SetFlags,
1161 emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
1304 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, unsigned RHSReg, bool SetFlags, bool WantResult) argument
1341 emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, uint64_t Imm, bool SetFlags, bool WantResult) argument
1386 emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, unsigned RHSReg, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1428 emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, unsigned RHSReg, AArch64_AM::ShiftExtendType ExtType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1538 emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
1567 emitSub(MVT RetVT, const Value *LHS, const Value *RHS, bool SetFlags, bool WantResult, bool IsZExt) argument
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h161 void SetFlags(uint32_t flags) { m_flags = flags; } function in class:lldb_private::Symbol
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp73 FlagVector SetFlags; local
78 SetFlags.push_back(Flag);
82 llvm::sort(SetFlags, &compEnumNames<TFlag>);
86 for (const auto &Flag : SetFlags) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1328 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float);
1335 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float);
1384 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips);
1387 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16);
1390 arch_spec.SetFlags(ArchSpec::eMIPSAse_mdmx);
1400 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float);
1402 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float);
1424 arch_spec.SetFlags(flags);
1533 arch_spec.SetFlags(arch_flags);
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp580 void ArchSpec::SetFlags(const std::string &elf_abi) { function in class:ArchSpec
591 SetFlags(flag);
852 SetFlags(other.GetFlags());
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp690 void SBCommand::SetFlags(uint32_t flags) { function in class:SBCommand
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3574 sym[pos->second].SetFlags(nlist.n_type << 16 |
3617 sym[pos->second].SetFlags(nlist.n_type << 16 |
3655 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 |
3673 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc);
4419 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc);
4454 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc);
4480 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc);
4497 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc);
4593 sym[sym_idx].SetFlags(MACHO_NLIST_ARM_SYMBOL_IS_THUMB);
4650 sym[sym_idx].SetFlags(symbol_flag
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2205 SmallVector<EnumEntry<TFlag>, 10> SetFlags; local
2208 SetFlags.push_back(Flag);
2210 for (const EnumEntry<TFlag> &Flag : SetFlags)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2210 m_process_arch.SetFlags(elf_abi);

Completed in 247 milliseconds