Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp163 static constexpr uint32_t thunkCode[] = { variable
171 thunk->data = {reinterpret_cast<const uint8_t *>(thunkCode), in populateThunk()
172 sizeof(thunkCode)}; in populateThunk()
216 thunkSize = sizeof(thunkCode); in ARM64()