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;
304 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
331 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 94 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,
444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 344 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 {
785 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base);
    [all...]

Completed in 2122 milliseconds