Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4960 struct VarArgSystemZHelper : public VarArgHelper { struct
4961 static const unsigned SystemZGpOffset = 16;
4962 static const unsigned SystemZGpEndOffset = 56;
4963 static const unsigned SystemZFpOffset = 128;
4964 static const unsigned SystemZFpEndOffset = 160;
4965 static const unsigned SystemZMaxVrArgs = 8;
4966 static const unsigned SystemZRegSaveAreaSize = 160;
4967 static const unsigned SystemZOverflowOffset = 160;
4968 static const unsigned SystemZVAListTagSize = 32;
4969 static const unsigned SystemZOverflowArgAreaPtrOffset = 16;
[all …]