Searched refs:PPC64R2SaveStub (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DThunks.cpp353 class PPC64R2SaveStub final : public Thunk {
355 PPC64R2SaveStub(Symbol &dest, int64_t addend) : Thunk(dest, addend) { function in class:__anon4::final
1090 void PPC64R2SaveStub::writeTo(uint8_t *buf) {
1122 void PPC64R2SaveStub::addSymbols(ThunkSection &isec) {
1128 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec,
1385 return make<PPC64R2SaveStub>(s, a);

Completed in 167 milliseconds