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

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

Completed in 58 milliseconds