Home
last modified time | relevance | path

Searched refs:RetvalTLSSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp129 static const unsigned RetvalTLSSize = 800; variable
1351 ArrayType::get(Type::getInt64Ty(*Ctx), RetvalTLSSize / 8)); in runImpl()
2790 if (Size <= RetvalTLSSize) { in visitReturnInst()
3056 if (Size > RetvalTLSSize) { in visitCallBase()