Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DICF.cpp245 Symbol &SA = SecA->template getFile<ELFT>()->getRelocTargetSym(RA[I]); in constantEq()
246 Symbol &SB = SecB->template getFile<ELFT>()->getRelocTargetSym(RB[I]); in constantEq()
330 Symbol &SA = SecA->template getFile<ELFT>()->getRelocTargetSym(RA[I]); in variableEq()
331 Symbol &SB = SecB->template getFile<ELFT>()->getRelocTargetSym(RB[I]); in variableEq()
433 Symbol &S = IS->template getFile<ELFT>()->getRelocTargetSym(Rel); in combineRelocHashes()
H A DDWARF.cpp79 auto *DR = dyn_cast<Defined>(&File->getRelocTargetSym(Rel)); in findAux()
H A DMarkLive.cpp66 Symbol &B = Sec.getFile<ELFT>()->getRelocTargetSym(Rel); in resolveReloc()
H A DInputFiles.h194 template <typename RelT> Symbol &getRelocTargetSym(const RelT &Rel) const { in getRelocTargetSym() function
H A DInputSection.cpp411 Symbol &Sym = getFile<ELFT>()->getRelocTargetSym(Rel); in copyRelocations()
799 Symbol &Sym = getFile<ELFT>()->getRelocTargetSym(Rel); in relocateNonAlloc()
H A DRelocations.cpp985 Symbol &Sym = Sec.getFile<ELFT>()->getRelocTargetSym(Rel); in scanReloc()
H A DSyntheticSections.cpp376 &Cie.Sec->template getFile<ELFT>()->getRelocTargetSym(Rels[FirstRelI]); in addCie()
406 Symbol &B = Sec->template getFile<ELFT>()->getRelocTargetSym(Rel); in isFdeLive()