Searched defs:emitJumpTableAddress (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
304 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
331 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { function in class:MipsCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp94 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
338 /// emitJumpTableAddress - Arrange for the address of a jump table to
342 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, function in class:Emitter
444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
1189 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word);
1234 emitJumpTableAddress(MO1.getIndex(), rt);
1337 emitJumpTableAddress(MO1.getIndex(), rt);
1381 emitJumpTableAddress(MO.getIndex(), rt);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp344 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
459 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative);
500 /// emitJumpTableAddress - Arrange for the address of a jump table to
504 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { function in class:ARMCodeEmitter
785 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);

Completed in 355 milliseconds