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

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp96 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
261 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
296 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { function in class:MipsCodeEmitter
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp93 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
340 /// emitJumpTableAddress - Arrange for the address of a jump table to
344 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, function in class:Emitter
446 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
1243 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word);
1288 emitJumpTableAddress(MO1.getIndex(), rt);
1389 emitJumpTableAddress(MO1.getIndex(), rt);
1431 emitJumpTableAddress(MO.getIndex(), rt);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp354 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
469 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative);
510 /// emitJumpTableAddress - Arrange for the address of a jump table to
514 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { function in class:ARMCodeEmitter
795 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);

Completed in 117 milliseconds