HomeSort by relevance Sort by last modified time
    Searched full:getrelocation (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 104 unsigned getRelocation(const MachineInstr &MI,
156 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI,
175 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
177 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
179 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
188 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
224 emitGlobalAddressUnaligned(MO.getGlobal(), getRelocation(MI, MO), 4);
226 emitGlobalAddressUnaligned(MO.getGlobal(), getRelocation(MI, MO), 8);
228 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
230 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 56 MachineRelocation GetRelocation(const MachineOperand &MO,
147 MachineRelocation PPCCodeEmitter::GetRelocation(const MachineOperand &MO,
185 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx));
192 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx));
201 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_high));
210 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
226 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
241 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
  /external/llvm/lib/Object/
MachOObjectFile.cpp 682 getRelocation(DataRefImpl Rel,
715 getRelocation(Rel, RE);
732 getRelocation(Rel, RE);
746 getRelocation(Rel, RE);
766 getRelocation(Rel, RE);
777 getRelocation(Rel, RE);
875 getRelocation(Rel, RE);
983 getRelocation(Rel, RE);
1023 getRelocation(RelNext, RENext);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 121 void getRelocation(DataRefImpl Rel,

Completed in 325 milliseconds