Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC64.cpp165 Defined *defSym = dyn_cast<Defined>(rel.sym); in tryRelaxPPC64TocIndirection() local
166 if (!defSym || !defSym->isSection() || defSym->section->name != ".toc") in tryRelaxPPC64TocIndirection()
171 auto *tocISB = cast<InputSectionBase>(defSym->section); in tryRelaxPPC64TocIndirection()