Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DChunks.h482 static const uint8_t importThunkARM64[] = { variable
535 size_t getSize() const override { return sizeof(importThunkARM64); } in getSize()
H A DChunks.cpp792 memcpy(buf, importThunkARM64, sizeof(importThunkARM64)); in writeTo()