Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp407 class PPC64PCRelLongBranchThunk final : public Thunk { class
409 PPC64PCRelLongBranchThunk(Symbol &dest, int64_t addend) in PPC64PCRelLongBranchThunk() function in __anone8e49fa20111::PPC64PCRelLongBranchThunk
1064 void PPC64PCRelLongBranchThunk::writeTo(uint8_t *buf) { in writeTo()
1090 void PPC64PCRelLongBranchThunk::addSymbols(ThunkSection &isec) { in addSymbols()
1095 bool PPC64PCRelLongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1228 : (Thunk *)make<PPC64PCRelLongBranchThunk>(s, a); in addThunkPPC64()