| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 92 s->SetFlags(flagz & MutexCreationFlagMask); in MutexCreate() 124 s->SetFlags(MutexFlagBroken); in MutexDestroy() 187 s->SetFlags(MutexFlagBroken); in MutexPostLock() 233 s->SetFlags(MutexFlagBroken); in MutexUnlock() 298 s->SetFlags(MutexFlagBroken); in MutexPostReadLock() 340 s->SetFlags(MutexFlagBroken); in MutexReadUnlock() 399 s->SetFlags(MutexFlagBroken); in MutexReadOrWriteUnlock()
|
| H A D | tsan_sync.h | 74 void SetFlags(u32 f) { in SetFlags() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVETailPredUtils.h | 146 bool SetFlags = false) { 157 if (SetFlags) {
|
| H A D | ARMLowOverheadLoops.cpp | 1459 bool SetFlags = in RevertLoopDec() local 1462 llvm::RevertLoopDec(MI, TII, SetFlags); in RevertLoopDec() 1463 return SetFlags; in RevertLoopDec()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 164 SmallVector<FlagEntry, 10> SetFlags; variable 180 SetFlags.emplace_back(Flag.Name, Flag.Value); 184 llvm::sort(SetFlags, &flagName); 185 printFlagsImpl(Label, hex(Value), SetFlags); 189 SmallVector<HexNumber, 10> SetFlags; in printFlags() local 194 SetFlags.emplace_back(Flag); in printFlags() 198 printFlagsImpl(Label, hex(Value), SetFlags); in printFlags()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 542 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function 544 void SetFlags(const std::string &elf_abi);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 203 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, in emitAddSub() argument 1216 ResultReg = emitAddSub_ri(!UseAdd, RetVT, LHSReg, -Imm, SetFlags, in emitAddSub() 1219 ResultReg = emitAddSub_ri(UseAdd, RetVT, LHSReg, Imm, SetFlags, in emitAddSub() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 73 FlagVector SetFlags; in getFlagNames() local 78 SetFlags.push_back(Flag); in getFlagNames() 82 llvm::sort(SetFlags, &compEnumNames<TFlag>); in getFlagNames() 86 for (const auto &Flag : SetFlags) { in getFlagNames()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 313 void SetFlags(uint32_t flags);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 161 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1328 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in ParseARMAttributes() 1335 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in ParseARMAttributes() 1384 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo() 1387 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo() 1390 arch_spec.SetFlags(ArchSpec::eMIPSAse_mdmx); in GetSectionHeaderInfo() 1400 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in GetSectionHeaderInfo() 1402 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in GetSectionHeaderInfo() 1424 arch_spec.SetFlags(flags); in GetSectionHeaderInfo() 1533 arch_spec.SetFlags(arch_flags); in GetSectionHeaderInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 580 void ArchSpec::SetFlags(const std::string &elf_abi) { in SetFlags() function in ArchSpec 591 SetFlags(flag); in SetFlags() 852 SetFlags(other.GetFlags()); in MergeFrom()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 3574 sym[pos->second].SetFlags(nlist.n_type << 16 | in ParseSymtab() 3617 sym[pos->second].SetFlags(nlist.n_type << 16 | in ParseSymtab() 3655 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | in ParseSymtab() 3673 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab() 4419 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab() 4454 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab() 4480 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab() 4497 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab() 4593 sym[sym_idx].SetFlags(MACHO_NLIST_ARM_SYMBOL_IS_THUMB); in ParseSymtab() 4650 sym[sym_idx].SetFlags(symbol_flags); in ParseSymtab()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 690 void SBCommand::SetFlags(uint32_t flags) { in SetFlags() function in SBCommand
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2205 SmallVector<EnumEntry<TFlag>, 10> SetFlags; in printFlags() local 2208 SetFlags.push_back(Flag); in printFlags() 2210 for (const EnumEntry<TFlag> &Flag : SetFlags) in printFlags()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2210 m_process_arch.SetFlags(elf_abi); in GetCurrentProcessInfo()
|