Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHexagon.cpp214 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs() local
223 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()
252 if (IsShared) { in constructHexagonLinkArgs()
261 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
336 if (!IsShared) { in constructHexagonLinkArgs()
378 if (!IsShared) { in constructHexagonLinkArgs()
H A DCommonArgs.cpp710 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
715 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
718 if (IsShared) { in addSanitizerRuntime()
H A DDarwin.h196 bool IsShared = false) const;
H A DDarwin.cpp1092 bool IsShared) const { in AddLinkRuntimeLib()
1102 DarwinLibName += IsShared ? "_dynamic.dylib" : ".a"; in AddLinkRuntimeLib()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps.h48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h45 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.h114 bool IsShared() const;
H A Dtsan_clock.cc457 bool SyncClock::IsShared() const { in IsShared() function in __tsan::SyncClock
470 if (!IsShared()) in Unshare()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.h112 bool IsShared() const;
H A Dtsan_clock.cc455 bool SyncClock::IsShared() const { in IsShared() function in __tsan::SyncClock
468 if (!IsShared()) in Unshare()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1708 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong}); in instrumentAMDGPUAddress() local
1710 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()