OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShared
(Results
1 - 12
of
12
) 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.h
114
bool
IsShared
() const;
tsan_clock.cc
457
bool SyncClock::
IsShared
() const {
470
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
) {
CommonArgs.cpp
710
bool
IsShared
, bool IsWhole) {
715
Args, Sanitizer,
IsShared
? ToolChain::FT_Shared : ToolChain::FT_Static));
718
if (
IsShared
) {
Darwin.h
196
bool
IsShared
= false) const;
Darwin.cpp
1092
bool
IsShared
) const {
1102
DarwinLibName +=
IsShared
? "_dynamic.dylib" : ".a";
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.h
123
bool
IsShared
() const;
tsan_clock.cpp
485
bool SyncClock::
IsShared
() const {
498
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 29 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026