Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp246 static const u8 kHintNop8Bytes[] = { variable
262 if (size <= sizeof(kHintNop8Bytes) && in FunctionHasPadding()
263 FunctionHasPrefix(address, kHintNop8Bytes)) in FunctionHasPadding()