Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDLL.cpp260 static const uint8_t thunkARM64[] = { variable
417 size_t getSize() const override { return sizeof(thunkARM64); } in getSize()
420 memcpy(buf, thunkARM64, sizeof(thunkARM64)); in writeTo()