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.cpp159 static constexpr uint32_t thunkCode[] = { variable
167 thunk->data = {reinterpret_cast<const uint8_t *>(thunkCode), in populateThunk()
168 sizeof(thunkCode)}; in populateThunk()
184 thunkSize = sizeof(thunkCode); in ARM64()