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.cpp296 static const uint8_t thunkARM[] = { variable
483 size_t getSize() const override { return sizeof(thunkARM); } in getSize()
487 memcpy(buf, thunkARM, sizeof(thunkARM)); in writeTo()