HomeSort by relevance Sort by last modified time
    Searched refs:emitMachineBasicBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 97 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
183 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
192 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
234 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
272 void MipsCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 376 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc,
461 emitMachineBasicBlock(MO.getMBB(), Reloc);
495 emitMachineBasicBlock(MO.getMBB(), ARM::reloc_arm_branch);
543 /// emitMachineBasicBlock - Emit the specified address basic block.
544 void ARMCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
    [all...]

Completed in 367 milliseconds