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

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp96 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
234 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
269 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { function in class:MipsCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp98 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, function in class:Emitter
443 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
1232 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word);
1277 emitJumpTableAddress(MO1.getIndex(), rt);
1373 emitJumpTableAddress(MO1.getIndex(), rt);
1415 emitJumpTableAddress(MO.getIndex(), rt);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp373 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 { function in class:ARMCodeEmitter
863 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);

Completed in 77 milliseconds