Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp289 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs() local
298 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()
330 if (IsShared) { in constructHexagonLinkArgs()
339 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
422 if (!IsShared) { in constructHexagonLinkArgs()
464 if (!IsShared) { in constructHexagonLinkArgs()
H A DDarwin.h215 bool IsShared = false) const;
H A DCommonArgs.cpp781 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
786 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
789 if (IsShared) { in addSanitizerRuntime()
H A DDarwin.cpp1206 bool IsShared) const { in AddLinkRuntimeLib()
1216 DarwinLibName += IsShared ? "_dynamic.dylib" : ".a"; in AddLinkRuntimeLib()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_clock.h123 bool IsShared() const;
H A Dtsan_clock.cpp485 bool SyncClock::IsShared() const { in IsShared() function in __tsan::SyncClock
498 if (!IsShared()) in Unshare()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1555 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong}); in instrumentAMDGPUAddress() local
1557 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()