Searched refs:isWrite (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 55 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) \ in DECLARE_REAL() argument 77 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false); \ in DECLARE_REAL()
|
| H A D | asan_poisoning.cpp | 203 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument 211 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 256 bool isWrite) const; 622 bool isWrite) const { in getInstructionsForAccess() argument 623 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 971 bool isWrite = osec.flags & SHF_WRITE; in getSectionRank() local 973 if (!isWrite && !isExec) { in getSectionRank() 983 rank |= isWrite ? RF_EXEC_WRITE : RF_EXEC; in getSectionRank()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2249 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 2250 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 6001 assert(isAssumption() + isWrite() <= 1 && 6014 bool isWrite() const { return Kind & AK_W; } 6017 bool isWriteOrAssumption() const { return isWrite() || isAssumption(); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1246 if (Acc.isWrite() || (isa<LoadInst>(I) && Acc.isWriteOrAssumption())) in forallInterferingAccesses()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 50867 int isWrite, /* True to extend file if necessary */ 50918 if( !isWrite ) goto shmpage_out; 223083 int isWrite, 223128 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|