Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDLL.cpp240 static const uint8_t thunkARM[] = { variable
373 size_t getSize() const override { return sizeof(thunkARM); } in getSize()
376 memcpy(buf, thunkARM, sizeof(thunkARM)); in writeTo()