Searched refs:isWrite (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_interceptors_memintrinsics.h | 52 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument 73 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\ in DECLARE_REAL()
|
| HD | asan_poisoning.cpp | 216 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument 224 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | LoopAccessAnalysis.h | 255 bool isWrite) const; 581 bool isWrite) const { in getInstructionsForAccess() argument 582 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsSEInstrInfo.cpp | 205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg() argument 211 isWrite = true; in isReadOrWriteToDSPReg() 215 isWrite = false; in isReadOrWriteToDSPReg()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Writer.cpp | 896 bool isWrite = sec->flags & SHF_WRITE; in getSectionRank() local 899 if (isWrite) in getSectionRank() 903 } else if (isWrite) { in getSectionRank()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | LoopAccessAnalysis.cpp | 1713 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 1714 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | sqlite3.c | 46313 int isWrite, /* True to extend file if necessary */ 46364 if( !isWrite ) goto shmpage_out; 203852 int isWrite, 203897 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|
| /freebsd-11-stable/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 33760 int isWrite, /* True to extend file if necessary */ 33802 if( !isWrite ) goto shmpage_out;
|