Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.cpp164 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
165 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp776 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
777 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()
H A DX86_64.cpp1036 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
1037 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()
H A DPPC64.cpp1567 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc() local
1568 secAddr += ehIn->getParent()->outSecOff; in relocateAlloc()