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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 242 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
249 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
251 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
257 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
262 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
268 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
274 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 189 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx));
196 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx));
225 MCE.addRelocation(GetRelocation(MO, RelocID));
241 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
256 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 238 Writer->addRelocation(Fragment->getParent(), MRE);
249 Writer->addRelocation(Fragment->getParent(), MRE);
302 Writer->addRelocation(Fragment->getParent(), MRE);
312 Writer->addRelocation(Fragment->getParent(), MRE);
483 Writer->addRelocation(Fragment->getParent(), MREPair);
486 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 200 Writer->addRelocation(Fragment->getParent(), MRE);
337 Writer->addRelocation(Fragment->getParent(), MRE);
406 Writer->addRelocation(Fragment->getParent(), MRE);
426 Writer->addRelocation(Fragment->getParent(), MRE);
474 Writer->addRelocation(Fragment->getParent(), MRE);
575 Writer->addRelocation(Fragment->getParent(), MRE);
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 99 /// addRelocation - add a relocation into island
100 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 96 island->addRelocation(*reloc);
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 303 /// addRelocation - Whenever a relocatable address is needed, it should be
305 virtual void addRelocation(const MachineRelocation &MR) = 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/X86/
X86CodeEmitter.cpp 264 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
289 MCE.addRelocation(MR);
310 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
331 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
351 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 513 MCE.addRelocation(MR);
521 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
530 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
539 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
547 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 403 virtual void addRelocation(const MachineRelocation &MR) {
    [all...]

Completed in 357 milliseconds