Searched refs:ELFSec (Results 1 – 2 of 2) sorted by relevance
701 auto *ELFSec = cast_or_null<MCSectionELF>(SecA); in recordRelocation() local703 ELFSec ? cast<MCSymbolELF>(ELFSec->getBeginSymbol()) : nullptr; in recordRelocation()
834 if (auto *ELFSec = dyn_cast<const MCSectionELF>(Sec)) in writeSectionData() local836 ELFSec->getSectionName() + "'"); in writeSectionData()