Home
last modified time | relevance | path

Searched refs:ELFSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCAssembler.cpp582 if (auto *ELFSec = dyn_cast<const MCSectionELF>(Sec)) in writeSectionData() local
584 ELFSec->getSectionName() + "'"); in writeSectionData()
DELFObjectWriter.cpp705 auto *ELFSec = cast_or_null<MCSectionELF>(SecA); in recordRelocation() local
707 ELFSec ? cast<MCSymbolELF>(ELFSec->getBeginSymbol()) : nullptr; in recordRelocation()