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.cpp5714 struct VarArgSystemZHelper : public VarArgHelperBase { struct
5715 static const unsigned SystemZGpOffset = 16;
5716 static const unsigned SystemZGpEndOffset = 56;
5717 static const unsigned SystemZFpOffset = 128;
5718 static const unsigned SystemZFpEndOffset = 160;
5719 static const unsigned SystemZMaxVrArgs = 8;
5720 static const unsigned SystemZRegSaveAreaSize = 160;
5721 static const unsigned SystemZOverflowOffset = 160;
5722 static const unsigned SystemZVAListTagSize = 32;
5723 static const unsigned SystemZOverflowArgAreaPtrOffset = 16;
[all …]