Searched refs:IsShared (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 291 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 D | Darwin.h | 217 bool IsShared = false) const;
|
| H A D | CommonArgs.cpp | 1307 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 D | Gnu.cpp | 433 const bool IsShared = Args.hasArg(options::OPT_shared); in ConstructJob() local 434 if (IsShared) in ConstructJob() 448 if (!IsShared) { in ConstructJob()
|
| H A D | Darwin.cpp | 1274 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 D | sanitizer_procmaps.h | 48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
|
| /src/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 287 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 D | AddressSanitizer.cpp | 1800 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 D | SIISelLowering.cpp | 16603 CallInst *IsShared = Builder.CreateIntrinsic(Intrinsic::amdgcn_is_shared, {}, in emitExpandAtomicRMW() local 16605 Builder.CreateCondBr(IsShared, SharedBB, CheckPrivateBB); in emitExpandAtomicRMW()
|