Home
last modified time | relevance | path

Searched defs:isWrite (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h55 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) \ in DECLARE_REAL() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h675 bool isWrite) const { in getInstructionsForAccess()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp673 bool isWrite = osec.flags & SHF_WRITE; in getSectionRank() local