Searched refs:PPC64LongBranchThunk (Results 1 – 1 of 1) sorted by relevance
458 class PPC64LongBranchThunk : public Thunk { class467 PPC64LongBranchThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC64LongBranchThunk() function in __anon1c3bcd6e0111::PPC64LongBranchThunk470 class PPC64PILongBranchThunk final : public PPC64LongBranchThunk {473 : PPC64LongBranchThunk(dest, addend) { in PPC64PILongBranchThunk()485 class PPC64PDLongBranchThunk final : public PPC64LongBranchThunk {488 : PPC64LongBranchThunk(dest, addend) { in PPC64PDLongBranchThunk()1235 void PPC64LongBranchThunk::writeTo(uint8_t *buf) { in writeTo()1241 void PPC64LongBranchThunk::addSymbols(ThunkSection &isec) { in addSymbols()1246 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()