Searched refs:getSyncScopeName (Results 1 – 5 of 5) sorted by relevance
314 std::optional<StringRef> LLVMContext::getSyncScopeName(SyncScope::ID Id) const { in getSyncScopeName() function in LLVMContext315 return pImpl->getSyncScopeName(Id); in getSyncScopeName()
217 LLVMContextImpl::getSyncScopeName(SyncScope::ID Id) const { in getSyncScopeName() function in LLVMContextImpl
1846 std::optional<StringRef> getSyncScopeName(SyncScope::ID Id) const;
137 LLVM_ABI std::optional<StringRef> getSyncScopeName(SyncScope::ID Id) const;
17160 Ctx.getSyncScopeName(RMW->getSyncScopeID()).value_or("system"); in emitAtomicRMWLegalRemark()