Searched refs:IsShared (Results 1 – 9 of 9) sorted by relevance
292 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs() local301 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()333 if (IsShared) { in constructHexagonLinkArgs()342 if (IsPIE && !IsShared) in constructHexagonLinkArgs()429 if (!IsShared) { in constructHexagonLinkArgs()471 if (!IsShared) { in constructHexagonLinkArgs()
217 bool IsShared = false) const;
1313 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument1318 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()1321 if (IsShared) { in addSanitizerRuntime()
429 const bool IsShared = Args.hasArg(options::OPT_shared); in ConstructJob() local430 if (IsShared) in ConstructJob()444 if (!IsShared) { in ConstructJob()
1268 bool IsShared) const { in AddLinkRuntimeLib()1278 DarwinLibName += IsShared ? "_dynamic.dylib" : ".a"; in AddLinkRuntimeLib()
48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
287 if (IsShared()) buffer_.shared->Ref(); in MatcherBase()295 if (IsShared()) buffer_.shared->Ref();327 bool IsShared() const { in IsShared() function390 if (IsShared() && buffer_.shared->Unref()) { in Destroy()
1717 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {Addr}); in instrumentAMDGPUAddress() local1719 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
16146 CallInst *IsShared = Builder.CreateIntrinsic(Intrinsic::amdgcn_is_shared, {}, in emitExpandAtomicRMW() local16148 Builder.CreateCondBr(IsShared, SharedBB, CheckPrivateBB); in emitExpandAtomicRMW()