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

  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 249 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
256 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
262 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
268 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 192 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx));
199 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx));
228 MCE.addRelocation(GetRelocation(MO, RelocID));
244 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
259 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 235 Writer->addRelocation(Fragment->getParent(), MRE);
246 Writer->addRelocation(Fragment->getParent(), MRE);
300 Writer->addRelocation(Fragment->getParent(), MRE);
310 Writer->addRelocation(Fragment->getParent(), MRE);
479 Writer->addRelocation(Fragment->getParent(), MREPair);
482 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 209 Writer->addRelocation(Fragment->getParent(), MRE);
263 Writer->addRelocation(Fragment->getParent(), MRE);
366 Writer->addRelocation(Fragment->getParent(), MRE);
387 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 314 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
321 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
326 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
332 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
338 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 210 Writer->addRelocation(Fragment->getParent(), MRE);
354 Writer->addRelocation(Fragment->getParent(), MRE);
426 Writer->addRelocation(Fragment->getParent(), MRE);
448 Writer->addRelocation(Fragment->getParent(), MRE);
497 Writer->addRelocation(Fragment->getParent(), MRE);
598 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 285 Writer->addRelocation(Fragment->getParent(), MRE);
299 Writer->addRelocation(Fragment->getParent(), MRE);
380 Writer->addRelocation(Fragment->getParent(), MRE);
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 97 /// addRelocation - add a relocation into island
98 bool addRelocation(Relocation& pReloc);
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 142 /// addRelocation - add a relocation into island
143 bool BranchIsland::addRelocation(Relocation& pReloc)
StubFactory.cpp 105 islands.first->addRelocation(*reloc);
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 303 /// addRelocation - Whenever a relocatable address is needed, it should be
305 void addRelocation(const MachineRelocation &MR) override = 0;
MachineCodeEmitter.h 300 /// addRelocation - Whenever a relocatable address is needed, it should be
302 virtual void addRelocation(const MachineRelocation &MR) = 0;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 215 void addRelocation(const MCSectionData *SD,
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 479 MCE.addRelocation(MR);
487 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
496 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
505 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
513 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 262 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
287 MCE.addRelocation(MR);
308 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
329 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
349 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 397 void addRelocation(const MachineRelocation &MR) override {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 

Completed in 477 milliseconds