Searched defs:ehIn (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 165 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) relocateAlloc() local |
/llvm-project/lld/ELF/Arch/ | ||
H A D | AArch64.cpp | 821 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) relocateAlloc() local |
H A D | X86_64.cpp | 1039 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) relocateAlloc() local |
H A D | RISCV.cpp | 597 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) relocateAlloc() local |
H A D | PPC64.cpp | 1567 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) relocateAlloc() local |