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,
179 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
226 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
240 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 87 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,
437 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 288 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
370 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
457 emitGlobalAddress(MO.getGlobal(), Reloc, true, false);
483 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false);
501 /// emitGlobalAddress - Emit the specified address to the code stream.
503 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
675 emitGlobalAddress(static_cast<const GlobalValue*>(C),
729 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
    [all...]

Completed in 123 milliseconds