Home
last modified time | relevance | path

Searched defs:AVRThunk (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lld/ELF/
H A DThunks.cpp307 class AVRThunk : public Thunk { global() class
309 AVRThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} AVRThunk() function in __anon2cee5d810111::AVRThunk