Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp106 static constexpr uint32_t thunkCode[] = { variable
114 thunk->data = {reinterpret_cast<const uint8_t *>(thunkCode), in populateThunk()
115 sizeof(thunkCode)}; in populateThunk()
131 thunkSize = sizeof(thunkCode); in ARM64()