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

/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp85 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc) const;
178 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
229 void SparcCodeEmitter::emitGlobalAddress(const GlobalValue *GV, function in class:SparcCodeEmitter
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp92 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
255 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
269 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, function in class:MipsCodeEmitter
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp87 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
269 /// emitGlobalAddress - Emit the specified address to the code stream assuming
273 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, function in class:Emitter
437 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
1231 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word,
1281 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1382 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1424 emitGlobalAddress(MO.getGlobal(), rt, MO.getOffset(), 0,
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp349 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
436 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
459 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false);
477 /// emitGlobalAddress - Emit the specified address to the code stream.
479 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, function in class:ARMCodeEmitter
653 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
676 emitGlobalAddress(GV, ARM::reloc_arm_absolute, isa<Function>(GV), false);

Completed in 164 milliseconds