Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp245 static const uint8_t thunkX86[] = { variable
390 size_t getSize() const override { return sizeof(thunkX86); } in getSize()
394 memcpy(buf, thunkX86, sizeof(thunkX86)); in writeTo()