Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5331 static const unsigned kAArch64GrArgSize = 64; member
5335 static const unsigned AArch64GrEndOffset = kAArch64GrArgSize;
5478 Value *GrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64GrArgSize); in finalizeInstrumentation()