Searched refs:ASanAccessInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h58 struct ASanAccessInfo { struct in namespace:llvm
64 explicit ASanAccessInfo(int32_t Packed);
65 ASanAccessInfo(bool IsWrite, bool CompileKernel, uint8_t AccessSizeIndex);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp185 // ASanAccessInfo implementation constants.
614 ASanAccessInfo::ASanAccessInfo(int32_t Packed) function in class:llvm::ASanAccessInfo
620 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, function in class:llvm::ASanAccessInfo
1766 const ASanAccessInfo AccessInfo(IsWrite, CompileKernel, AccessSizeIndex);
1769 const ASanAccessInfo AccessInfo(IsWrite, CompileKernel, AccessSizeIndex);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp924 ASanAccessInfo AccessInfo(MI.getOperand(1).getImm());

Completed in 156 milliseconds