Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp410 class AVRThunk : public Thunk { class
412 AVRThunk(Ctx &ctx, Symbol &dest, int64_t addend) : Thunk(ctx, dest, addend) {} in AVRThunk() function in __anon1c3bcd6e0111::AVRThunk
1238 void AVRThunk::writeTo(uint8_t *buf) { in writeTo()
1243 void AVRThunk::addSymbols(ThunkSection &isec) { in addSymbols()
1738 return std::make_unique<AVRThunk>(ctx, s, a); in addThunkAVR()