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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 94 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
177 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
230 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
258 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc);
294 /// emitExternalSymbolAddress - Arrange for the address of an external symbol to
298 void Emitter<CodeEmitter>::emitExternalSymbolAddress(const char *ES,
437 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 371 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
453 emitExternalSymbolAddress(MO.getSymbolName(), Reloc);
479 emitExternalSymbolAddress(MO.getSymbolName(), ARM::reloc_arm_branch);
510 /// emitExternalSymbolAddress - Arrange for the address of an external symbol to
514 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
729 emitExternalSymbolAddress(Sym, ARM::reloc_arm_absolute);
    [all...]

Completed in 423 milliseconds