Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
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()
DCommonArgs.cpp688 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
693 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
696 if (IsShared) { in addSanitizerRuntime()
DDarwin.h196 bool IsShared = false) const;
DDarwin.cpp1080 bool IsShared) const { in AddLinkRuntimeLib()
1090 DarwinLibName += IsShared ? "_dynamic.dylib" : ".a"; in AddLinkRuntimeLib()
/external/webrtc/modules/desktop_capture/
Dshared_desktop_frame.h51 bool IsShared();
Dshared_desktop_frame.cc46 bool SharedDesktopFrame::IsShared() { in IsShared() function in webrtc::SharedDesktopFrame
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() function
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h303 if (IsShared()) buffer_.shared->Ref(); in MatcherBase()
311 if (IsShared()) buffer_.shared->Ref();
343 bool IsShared() const { in IsShared() function
406 if (IsShared() && buffer_.shared->Unref()) { in Destroy()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h113 bool IsShared() const;
Dtsan_clock.cpp514 bool SyncClock::IsShared() const { in IsShared() function in __tsan::SyncClock
527 if (!IsShared()) in Unshare()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc78 RTC_DCHECK(!queue_.current_frame() || !queue_.current_frame()->IsShared()); in CaptureFrame()
/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc231 RTC_DCHECK(!queue_.current_frame() || !queue_.current_frame()->IsShared()); in CaptureFrame()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm201 RTC_DCHECK(!queue_.current_frame() || !queue_.current_frame()->IsShared());
/external/clang/lib/Driver/
DTools.cpp3051 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
3055 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Sanitizer, IsShared)); in addSanitizerRuntime()
6860 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs() local
6866 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()
6895 if (IsShared) { in constructHexagonLinkArgs()
6904 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
6955 if (!IsShared) { in constructHexagonLinkArgs()
6996 if (!IsShared) { in constructHexagonLinkArgs()