Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp458 class PPC64LongBranchThunk : public Thunk { class
467 PPC64LongBranchThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC64LongBranchThunk() function in __anon9b013f360111::PPC64LongBranchThunk
470 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()