Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DThunks.cpp434 class PPC64R12SetupStub final : public Thunk { class
436 PPC64R12SetupStub(Symbol &dest, bool gotPlt) in PPC64R12SetupStub() function in __anonbe364de40111::PPC64R12SetupStub
1193 void PPC64R12SetupStub::writeTo(uint8_t *buf) { in writeTo()
1224 void PPC64R12SetupStub::addSymbols(ThunkSection &isec) { in addSymbols()
1230 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1438 ? (Thunk *)make<PPC64R12SetupStub>(s, /*gotPlt=*/true) in addThunkPPC64()
1448 return make<PPC64R12SetupStub>(s, /*gotPlt=*/false); in addThunkPPC64()