Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h510 static const uint8_t importThunkARM[] = { variable
560 size_t getSize() const override { return sizeof(importThunkARM); } in getSize()
H A DChunks.cpp803 memcpy(buf, importThunkARM, sizeof(importThunkARM)); in writeTo()