Home
last modified time | relevance | path

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

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