Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp202 static const uint8_t thunkX64[] = { variable
320 size_t getSize() const override { return sizeof(thunkX64); } in getSize()
324 memcpy(buf, thunkX64, sizeof(thunkX64)); in writeTo()