Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp165 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
166 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp1039 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
1040 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
H A DAArch64.cpp876 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
877 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
H A DPPC64.cpp1567 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
1568 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
H A DRISCV.cpp597 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
598 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()