Home | History | Annotate | Download | only in ARM

Lines Matching defs:MCE

53     JITCodeEmitter            &MCE;
67 ARMCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
71 MCE(mce), MCPEs(0), MJTEs(0),
390 /// code to the specified MCE object.
415 MCE.setModuleInfo(MMI);
420 MCE.startFunction(MF);
423 MCE.StartMachineBasicBlock(MBB);
428 } while (MCE.finishFunction(MF));
507 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
510 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
513 MCE.addRelocation(MR);
521 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
530 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
539 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
547 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
554 MCE.emitWordLE(Binary);
560 MCE.emitDWordLE(Binary);
564 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << MI);
566 MCE.processDebugLoc(MI.getDebugLoc(), true);
655 MCE.processDebugLoc(MI.getDebugLoc(), false);
661 << (void*)MCE.getCurrentPCValue() << " ";
714 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
723 << (void*)MCE.getCurrentPCValue() << " " << *ACPV << '\n');
915 << (void*)MCE.getCurrentPCValue() << '\n');
916 JTI->addPCLabelAddr(LabelID, MCE.getCurrentPCValue());
953 MCE.emitLabel(MI.getOperand(0).getMCSymbol());
1604 uintptr_t JTBase = MCE.getCurrentPCValue();