Searched refs:PPC64LongBranchThunk (Results 1 – 1 of 1) sorted by relevance
366 class PPC64LongBranchThunk : public Thunk { class375 PPC64LongBranchThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC64LongBranchThunk() function in __anon6eeae29e0111::PPC64LongBranchThunk378 class PPC64PILongBranchThunk final : public PPC64LongBranchThunk {381 : PPC64LongBranchThunk(dest, addend) { in PPC64PILongBranchThunk()393 class PPC64PDLongBranchThunk final : public PPC64LongBranchThunk {396 : PPC64LongBranchThunk(dest, addend) { in PPC64PDLongBranchThunk()1025 void PPC64LongBranchThunk::writeTo(uint8_t *buf) { in writeTo()1031 void PPC64LongBranchThunk::addSymbols(ThunkSection &isec) { in addSymbols()1036 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()