Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDLL.cpp194 static const uint8_t thunkX64[] = { variable
299 size_t getSize() const override { return sizeof(thunkX64); } in getSize()
302 memcpy(buf, thunkX64, sizeof(thunkX64)); in writeTo()