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;
179 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
188 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
236 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
274 void MipsCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 374 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc,
455 emitMachineBasicBlock(MO.getMBB(), Reloc);
489 emitMachineBasicBlock(MO.getMBB(), ARM::reloc_arm_branch);
537 /// emitMachineBasicBlock - Emit the specified address basic block.
538 void ARMCodeEmitter::emitMachineBasicBlock(MachineBasicBlock *BB,
    [all...]

Completed in 39 milliseconds