Searched refs:ArgTLSSize (Results 1 – 1 of 1) sorted by relevance
128 static const unsigned ArgTLSSize = 800; variable530 const uint64_t NumOfElementsInArgOrgTLS = ArgTLSSize / OriginWidthBytes;1388 ArrayType::get(Type::getInt64Ty(*Ctx), ArgTLSSize / 8)); in runImpl()1698 if (ArgOffset > ArgTLSSize) in getShadowForTLSArgument()1703 if (ArgOffset + Size > ArgTLSSize) in getShadowForTLSArgument()3077 if (ArgOffset + Size > ArgTLSSize) in visitCallBase()