Home
last modified time | relevance | path

Searched refs:IsShared (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp291 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs() local
301 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()
333 if (IsShared) { in constructHexagonLinkArgs()
342 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
432 if (!IsShared) { in constructHexagonLinkArgs()
474 if (!IsShared) { in constructHexagonLinkArgs()
H A DDarwin.h217 bool IsShared = false) const;
H A DCommonArgs.cpp1307 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
1315 if (IsShared) { in addSanitizerRuntime()
H A DGnu.cpp433 const bool IsShared = Args.hasArg(options::OPT_shared); in ConstructJob() local
434 if (IsShared) in ConstructJob()
448 if (!IsShared) { in ConstructJob()
H A DDarwin.cpp1274 bool IsShared) const { in AddLinkRuntimeLib()
1276 Args, Component, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static); in AddLinkRuntimeLib()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/src/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h287 if (IsShared()) buffer_.shared->Ref(); in MatcherBase()
295 if (IsShared()) buffer_.shared->Ref();
327 bool IsShared() const { in IsShared() function
390 if (IsShared() && buffer_.shared->Unref()) { in Destroy()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1800 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {Addr}); in instrumentAMDGPUAddress() local
1802 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16603 CallInst *IsShared = Builder.CreateIntrinsic(Intrinsic::amdgcn_is_shared, {}, in emitExpandAtomicRMW() local
16605 Builder.CreateCondBr(IsShared, SharedBB, CheckPrivateBB); in emitExpandAtomicRMW()