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 92 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
175 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
228 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
242 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 92 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
266 /// emitGlobalAddress - Emit the specified address to the code stream assuming
270 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV,
434 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 286 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
368 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
451 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
477 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false);
495 /// emitGlobalAddress - Emit the specified address to the code stream.
497 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
669 emitGlobalAddress(static_cast<const GlobalValue*>(C),
723 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
    [all...]

Completed in 126 milliseconds