Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5452 static const unsigned SystemZGpOffset = 16;
5454 static const unsigned SystemZFpOffset = 128;
5456 static const unsigned SystemZMaxVrArgs = 8;
5463 bool IsSoftFloatABI;
5464 AllocaInst *VAArgTLSCopy = nullptr;
5465 AllocaInst *VAArgTLSOriginCopy = nullptr;
5466 Value *VAArgOverflowSize = nullptr;
5468 enum class ArgKind {
5478 VarArgSystemZHelper(Function &F, MemorySanitizer &MS, in VarArgSystemZHelper() function
5483 ArgKind classifyArgument(Type *T) { in classifyArgument()
[all …]