Searched refs:thunkARM (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp239 static const uint8_t thunkARM[] = { member in namespace:lld::coff::__anon2668
372 size_t getSize() const override { return sizeof(thunkARM); }
375 memcpy(buf, thunkARM, sizeof(thunkARM));

Completed in 34 milliseconds