Lines Matching refs:Elf
439 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj);
440 return Elf && Elf->getEMachine() == ELF::EM_AARCH64;
444 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj);
445 return Elf && Elf->getEMachine() == ELF::EM_ARM;
449 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj);
450 return Elf && Elf->getEMachine() == ELF::EM_CSKY;
1389 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj)) {
1390 auto BBAddrMapsOrErr = Elf->readBBAddrMap(SectionIndex);
1974 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj);
1975 if (!Elf || !any_of(Elf->sections(), [](const ELFSectionRef Sec) {
2524 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj)) {
2525 if (Elf->getEType() != ELF::ET_REL)