Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DHWAddressSanitizer.h63 CompileKernelShift = 25, enumerator
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp379 (AccessInfo >> HWASanAccessInfo::CompileKernelShift) & 1; in emitHwasanMemaccessSymbols()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp815 return (CompileKernel << HWASanAccessInfo::CompileKernelShift) + in getAccessInfo()