Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5404 struct VarArgSystemZHelper : public VarArgHelper { struct
5405 static const unsigned SystemZGpOffset = 16;
5406 static const unsigned SystemZGpEndOffset = 56;
5407 static const unsigned SystemZFpOffset = 128;
5408 static const unsigned SystemZFpEndOffset = 160;
5409 static const unsigned SystemZMaxVrArgs = 8;
5410 static const unsigned SystemZRegSaveAreaSize = 160;
5411 static const unsigned SystemZOverflowOffset = 160;
5412 static const unsigned SystemZVAListTagSize = 32;
5413 static const unsigned SystemZOverflowArgAreaPtrOffset = 16;
[all …]