HomeSort by relevance Sort by last modified time
    Searched refs:emitGlobalAddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 93 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
190 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
204 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 81 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
256 /// emitGlobalAddress - Emit the specified address to the code stream assuming
260 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV,
424 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
775 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word,
826 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 284 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
360 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
438 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
464 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false);
482 /// emitGlobalAddress - Emit the specified address to the code stream.
484 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
658 emitGlobalAddress(static_cast<const GlobalValue*>(C),
717 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
    [all...]

Completed in 1443 milliseconds