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 97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
196 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
222 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 87 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
327 /// emitJumpTableAddress - Arrange for the address of a jump table to
331 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc,
433 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
787 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word);
833 emitJumpTableAddress(MO1.getIndex(), rt);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 365 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
474 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative);
515 /// emitJumpTableAddress - Arrange for the address of a jump table to
519 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const {
857 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);
    [all...]

Completed in 359 milliseconds