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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 96 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
234 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
269 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 98 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
337 /// emitJumpTableAddress - Arrange for the address of a jump table to
341 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc,
443 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 373 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
487 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative);
528 /// emitJumpTableAddress - Arrange for the address of a jump table to
532 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const {
863 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);
    [all...]

Completed in 553 milliseconds