Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp366 class PPC64LongBranchThunk : public Thunk { class
375 PPC64LongBranchThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC64LongBranchThunk() function in __anon6eeae29e0111::PPC64LongBranchThunk
378 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()