Searched defs:relSec (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | MarkLive.cpp | 98 auto *relSec = dyn_cast_or_null<InputSectionBase>(d->section); resolveReloc() local |
H A D | ICF.cpp | 447 if (auto *relSec = dyn_cast_or_null<InputSection>(d->section)) combineRelocHashes() local |