Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5005 static const unsigned SystemZGpOffset = 16;
5009 static const unsigned SystemZMaxVrArgs = 8;
5016 Function &F;
5017 MemorySanitizer &MS;
5018 MemorySanitizerVisitor &MSV;
5019 Value *VAArgTLSCopy = nullptr;
5020 Value *VAArgTLSOriginCopy = nullptr;
5021 Value *VAArgOverflowSize = nullptr;
5025 enum class ArgKind {
5035 VarArgSystemZHelper(Function &F, MemorySanitizer &MS, in VarArgSystemZHelper() argument
[all …]