Searched refs:isShared (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h39 bool isShared() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h38 virtual bool isShared() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp99 bool DIASectionContrib::isShared() const { function in class:DIASectionContrib
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp310 else if (sym->isShared())
340 else if (sym->isShared())
404 if (!other.isShared())
446 if ((isShared() && other.visibility != STV_DEFAULT) ||
545 if (isUndefined() || isShared()) {
H A DSymbols.h152 bool isShared() const { return symbolKind == SharedKind; } function in class:lld::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1526 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A,
1825 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd
1869 A->isShared() ? LK_Shared : LK_Exclusive, Loc,
1881 else if (A->isShared())
1893 warnIfMutexNotHeld(D, Exp, A->isShared() ? AK_Read : AK_Written, Arg,
2323 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A,
2331 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A,
2338 getMutexIDs(A->isShared() ? SharedLocksAcquired

Completed in 74 milliseconds