Home
last modified time | relevance | path

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

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