Searched refs:ArgTLSSize (Results 1 – 1 of 1) sorted by relevance
129 static const unsigned ArgTLSSize = 800; variable562 const uint64_t NumOfElementsInArgOrgTLS = ArgTLSSize / OriginWidthBytes;1508 ArrayType::get(Type::getInt64Ty(*Ctx), ArgTLSSize / 8)); in runImpl()1844 if (ArgOffset > ArgTLSSize) in getShadowForTLSArgument()1849 if (ArgOffset + Size > ArgTLSSize) in getShadowForTLSArgument()3392 if (ArgOffset + Size > ArgTLSSize) in visitCallBase()