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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 105 unsigned getRelocation(const MachineInstr &MI,
144 unsigned MipsCodeEmitter::getRelocation(const MachineInstr &MI,
190 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
192 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
194 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
196 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO));
198 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 42 Obj.getRelocation(RelI->getRawDataRefImpl());
165 Obj.getRelocation(RelI->getRawDataRefImpl());
178 Obj.getRelocation(RelI->getRawDataRefImpl());
205 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
RuntimeDyldMachOI386.h 42 Obj.getRelocation(RelI->getRawDataRefImpl());
150 Obj.getRelocation(RelI->getRawDataRefImpl());
163 Obj.getRelocation(RelI->getRawDataRefImpl());
RuntimeDyldMachOARM.h 61 Obj.getRelocation(RelI->getRawDataRefImpl());
224 MachO.getRelocation(RelI->getRawDataRefImpl());
245 MachO.getRelocation(RelI->getRawDataRefImpl());
RuntimeDyldMachOAArch64.h 253 Obj.getRelocation(RelI->getRawDataRefImpl());
272 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
427 Obj.getRelocation(RelI->getRawDataRefImpl());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 71 Obj.getRelocation(RI->getRawDataRefImpl());
RuntimeDyldMachO.cpp 61 Obj.getRelocation(RelI->getRawDataRefImpl());
102 Obj.getRelocation(RI->getRawDataRefImpl());
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachO.h 97 void getRelocation(DataRefImpl Rel,
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 524 getRelocation(DataRefImpl Rel,
557 getRelocation(Rel, RE);
564 getRelocation(Rel, RE);
585 getRelocation(Rel, RE);
596 getRelocation(Rel, RE);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 93 const Relocation* getRelocation() const { return m_pReloc; }
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 723 MachO::any_relocation_info RE = Obj->getRelocation(Rel);
751 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
800 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
822 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
862 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
    [all...]
MachODump.cpp 833 RE = O->getRelocation(Rel);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 748 MachO::any_relocation_info RE = getRelocation(Rel);
754 MachO::any_relocation_info RE = getRelocation(Rel);
775 return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
779 MachO::any_relocation_info RE = getRelocation(Rel);
893 MachO::any_relocation_info RE = getRelocation(Rel);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 300 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation());
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /external/llvm/include/llvm/Object/
MachO.h 384 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 497 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 497 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar 
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 824 auto RelocInfo = MObj->getRelocation(Reloc.getRawDataRefImpl());
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 535 MachO::any_relocation_info RE = Obj->getRelocation(DR);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 517 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 517 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 545 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 545 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;

Completed in 351 milliseconds

1 2