Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h460 static const uint8_t importThunkARM[] = { variable
505 size_t getSize() const override { return sizeof(importThunkARM); } in getSize()
H A DChunks.cpp749 memcpy(buf, importThunkARM, sizeof(importThunkARM)); in writeTo()