Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp225 static const u8 kHintNop8Bytes[] = { variable
241 if (size <= sizeof(kHintNop8Bytes) && in FunctionHasPadding()
242 FunctionHasPrefix(address, kHintNop8Bytes)) in FunctionHasPadding()