Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5028 Value *VAArgOverflowSize = nullptr; member
5170 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
5176 VAArgOverflowSize = in finalizeInstrumentation()
5179 ConstantInt::get(MS.IntptrTy, AMD64FpEndOffset), VAArgOverflowSize); in finalizeInstrumentation()
5235 VAArgOverflowSize); in finalizeInstrumentation()
5240 VAArgOverflowSize); in finalizeInstrumentation()
5343 Value *VAArgOverflowSize = nullptr; member
5456 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
5462 VAArgOverflowSize = in finalizeInstrumentation()
5465 ConstantInt::get(MS.IntptrTy, AArch64VAEndOffset), VAArgOverflowSize); in finalizeInstrumentation()
[all …]