Home
last modified time | relevance | path

Searched defs:VarArgSystemZHelper (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4983 static const unsigned SystemZGpOffset = 16;
4987 static const unsigned SystemZMaxVrArgs = 8;
4994 Function &F;
4995 MemorySanitizer &MS;
4996 MemorySanitizerVisitor &MSV;
4997 Value *VAArgTLSCopy = nullptr;
4998 Value *VAArgTLSOriginCopy = nullptr;
4999 Value *VAArgOverflowSize = nullptr;
5003 enum class ArgKind {
5013 VarArgSystemZHelper(Function &F, MemorySanitizer &MS, in VarArgSystemZHelper() argument
[all …]