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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 105 unsigned getRelocation(const MachineInstr &MI,
172 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI,
191 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
193 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
195 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
234 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
298 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
300 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
302 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
304 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO))
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 87 unsigned getRelocation(const MachineInstr &MI,
184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
186 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
188 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
190 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
219 unsigned SparcCodeEmitter::getRelocation(const MachineInstr &MI,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77 Obj->getRelocation(Rel.getRawDataRefImpl());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 555 MachO->getRelocation(RelI->getRawDataRefImpl());
570 MachO->getRelocation(RelI->getRawDataRefImpl());
620 MachO->getRelocation(RelI->getRawDataRefImpl());
661 MachO->getRelocation(RelI->getRawDataRefImpl());
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 102 const Relocation* getRelocation() const { return m_pReloc; }
  /external/llvm/lib/Object/
MachOObjectFile.cpp 863 MachO::any_relocation_info RE = getRelocation(Rel);
870 MachO::any_relocation_info RE = getRelocation(Rel);
891 MachO::any_relocation_info RE = getRelocation(Rel);
1012 MachO::any_relocation_info RE = getRelocation(Rel);
1039 MachO::any_relocation_info RENext = getRelocation(RelNext);
1087 MachO::any_relocation_info RENext = getRelocation(RelNext);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 207 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 319 MachO::any_relocation_info RE = Obj->getRelocation(DR);
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 308 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation());
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar 
maven-aether-provider-3.2.1.jar 
maven-model-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /external/llvm/tools/macho-dump/
macho-dump.cpp 102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl());
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/
internal-plugins-1.1.jar 

Completed in 557 milliseconds