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.cpp7292 struct VarArgSystemZHelper : public VarArgHelperBase { struct
7293 static const unsigned SystemZGpOffset = 16;
7294 static const unsigned SystemZGpEndOffset = 56;
7295 static const unsigned SystemZFpOffset = 128;
7296 static const unsigned SystemZFpEndOffset = 160;
7297 static const unsigned SystemZMaxVrArgs = 8;
7298 static const unsigned SystemZRegSaveAreaSize = 160;
7299 static const unsigned SystemZOverflowOffset = 160;
7300 static const unsigned SystemZVAListTagSize = 32;
7301 static const unsigned SystemZOverflowArgAreaPtrOffset = 16;
[all …]