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

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

Completed in 58 milliseconds