Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDLL.cpp224 static const uint8_t thunkX86[] = { variable
331 size_t getSize() const override { return sizeof(thunkX86); } in getSize()
334 memcpy(buf, thunkX86, sizeof(thunkX86)); in writeTo()