Home
last modified time | relevance | path

Searched refs:is_load (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.h159 bool is_load; member
H A Dhwasan_linux.cpp375 if (!ai.is_store && !ai.is_load) in HwasanOnSIGTRAP()
H A Dhwasan.cpp225 ai.is_load = !ai.is_store; in HwasanTagMismatch()