Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h50 .is_load = AT == AccessType::Load, in SigTrap()
99 .is_load = AT == AccessType::Load, in SigTrap()
H A Dhwasan.h175 bool is_load; member
H A Dhwasan_linux.cpp458 if (!ai.is_store && !ai.is_load) in HwasanOnSIGTRAP()
H A Dhwasan.cpp251 ai.is_load = !ai.is_store; in HwasanTagMismatch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp188 constexpr bool is_load = variable
219 static std::enable_if_t<is_load<I> || is_store<I>, std::optional<uint64_t>>
228 static std::enable_if_t<is_load<I>, bool>