Searched refs:getRelocTargetSym (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp247 Symbol &sa = secA->template getFile<ELFT>()->getRelocTargetSym(ra[i]);
248 Symbol &sb = secB->template getFile<ELFT>()->getRelocTargetSym(rb[i]);
337 Symbol &sa = secA->template getFile<ELFT>()->getRelocTargetSym(ra[i]);
338 Symbol &sb = secB->template getFile<ELFT>()->getRelocTargetSym(rb[i]);
440 Symbol &s = isec->template getFile<ELFT>()->getRelocTargetSym(rel);
H A DDWARF.cpp119 Symbol &s = file->getRelocTargetSym(rel);
H A DInputFiles.h217 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { function in class:lld::elf::ObjFile
H A DMarkLive.cpp93 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel);
H A DInputSection.cpp416 Symbol &sym = file->getRelocTargetSym(rel);
883 Symbol &sym = getFile<ELFT>()->getRelocTargetSym(rel);
H A DDriver.cpp1673 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template relas<ELFT>()[0]);
1675 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template rels<ELFT>()[0]);
H A DSyntheticSections.cpp360 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]);
390 Symbol &b = sec->template getFile<ELFT>()->getRelocTargetSym(rel);
H A DWriter.cpp662 Symbol &sym = file->getRelocTargetSym(rel);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp207 Symbol &sym = tocSec->getFile<ELFT>()->getRelocTargetSym(relas[index]);

Completed in 132 milliseconds