Home
last modified time | relevance | path

Searched refs:ELFSec (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp679 if (auto *ELFSec = dyn_cast<const MCSectionELF>(Sec)) in writeSectionData() local
681 ELFSec->getSectionName() + "'"); in writeSectionData()