Home
last modified time | relevance | path

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

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