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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 104 unsigned getRelocation(const MachineInstr &MI,
160 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI,
179 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
181 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
183 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
192 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
226 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
228 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
230 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
232 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO))
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 36 RelocationEntry RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77 RelocationEntry RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
  /external/llvm/lib/Object/
MachOObjectFile.cpp 870 macho::RelocationEntry RE = getRelocation(Rel);
877 macho::RelocationEntry RE = getRelocation(Rel);
895 macho::RelocationEntry RE = getRelocation(Rel);
996 macho::RelocationEntry RE = getRelocation(Rel);
1023 macho::RelocationEntry RENext = getRelocation(RelNext);
1070 macho::RelocationEntry RENext = getRelocation(RelNext);
1094 macho::RelocationEntry RENext = getRelocation(RelNext);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 183 macho::RelocationEntry getRelocation(DataRefImpl Rel) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 287 macho::RelocationEntry RE = MachO->getRelocation(RelI.getRawDataRefImpl());
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 352 macho::RelocationEntry RE = Obj->getRelocation(DR);
  /external/llvm/tools/macho-dump/
macho-dump.cpp 102 macho::RelocationEntry RE = Obj.getRelocation(I->getRawDataRefImpl());
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 

Completed in 537 milliseconds