Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4961 static const unsigned SystemZGpOffset = 16;
4965 static const unsigned SystemZMaxVrArgs = 8;
4972 Function &F;
4973 MemorySanitizer &MS;
4974 MemorySanitizerVisitor &MSV;
4975 Value *VAArgTLSCopy = nullptr;
4976 Value *VAArgTLSOriginCopy = nullptr;
4977 Value *VAArgOverflowSize = nullptr;
4981 enum class ArgKind {
4991 VarArgSystemZHelper(Function &F, MemorySanitizer &MS, in VarArgSystemZHelper() function
[all …]