HomeSort by: relevance | last modified time | path
    Searched defs:IsShared (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 48 bool IsShared() const { return protection & kProtectionShared; }
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps.h 48 bool IsShared() const { return protection & kProtectionShared; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps.h 48 bool IsShared() const { return protection & kProtectionShared; }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 457 bool SyncClock::IsShared() const {
470 if (!IsShared())
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp 485 bool SyncClock::IsShared() const {
498 if (!IsShared())
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hexagon.cpp 214 bool IsShared = Args.hasArg(options::OPT_shared);
223 bool UseShared = IsShared && !IsStatic;
252 if (IsShared) {
261 if (IsPIE && !IsShared)
336 if (!IsShared) {
378 if (!IsShared) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1708 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong});
1710 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate);

Completed in 20 milliseconds