Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3144 static const unsigned kAArch64GrArgSize = 64; member
3148 static const unsigned AArch64GrEndOffset = kAArch64GrArgSize;
3302 Value *GrArgSize = ConstantInt::get(MS.IntptrTy, kAArch64GrArgSize); in finalizeInstrumentation()