Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc75 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()
H A Dtsan_sync.h91 void SetFlags(u32 f) { in SetFlags() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DScopedPrinter.h121 FlagVector SetFlags; variable
137 SetFlags.push_back(Flag);
141 llvm::sort(SetFlags, &flagName<TFlag>);
144 for (const auto &Flag : SetFlags) {
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h583 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
585 void SetFlags(std::string elf_abi);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp203 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h153 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h292 void SetFlags(uint32_t flags);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1465 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp639 void ArchSpec::SetFlags(std::string elf_abi) { in SetFlags() function in ArchSpec
650 SetFlags(flag); in SetFlags()
923 SetFlags(other.GetFlags()); in MergeFrom()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp661 void SBCommand::SetFlags(uint32_t flags) { in SetFlags() function in SBCommand
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1763 FlagVector SetFlags; in printFlags() local
1770 SetFlags.push_back(Flag); in printFlags()
1773 for (const auto &Flag : SetFlags) { in printFlags()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2053 m_process_arch.SetFlags(elf_abi); in GetCurrentProcessInfo()