Searched defs:emitGlobalAddress (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp93 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
191 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
298 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
312 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, function in class:MipsCodeEmitter
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp90 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc) const;
184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
247 void SparcCodeEmitter::emitGlobalAddress(const GlobalValue *GV, function in class:SparcCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp88 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
267 /// emitGlobalAddress - Emit the specified address to the code stream assuming
271 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, function in class:Emitter
435 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
1177 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word,
1227 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1330 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1374 emitGlobalAddress(MO.getGlobal(), rt, MO.getOffset(), 0,
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp339 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
426 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
449 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false);
467 /// emitGlobalAddress - Emit the specified address to the code stream.
469 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, function in class:ARMCodeEmitter
643 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
666 emitGlobalAddress(GV, ARM::reloc_arm_absolute, isa<Function>(GV), false);

Completed in 522 milliseconds