Searched defs:relSec (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | MarkLive.cpp | 97 auto *relSec = dyn_cast_or_null<InputSectionBase>(d->section); resolveReloc() local |
H A D | ICF.cpp | 449 if (auto *relSec = dyn_cast_or_null<InputSection>(d->section)) combineRelocHashes() local |
H A D | LinkerScript.cpp | 793 if (auto *relSec = out->relocationSection) { addInputSec() local |
H A D | Writer.cpp | 1656 if (auto *relSec = dyn_cast<RelocationBaseSection>(sec)) removeUnusedSyntheticSections() local |