Home
last modified time | relevance | path

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

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