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

  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 185 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx));
192 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx));
201 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_high));
210 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
226 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
241 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 58 void addRelocation(Relocation &pReloc){ m_Relocations.push_back(&pReloc); }
MCInstFragment.h 68 void addRelocation(Relocation &pReloc){ m_Relocations.push_back(&pReloc); }
MCLinker.h 148 /// addRelocation - add a relocation entry in MCLinker (only for object file)
154 Relocation* addRelocation(Relocation::Type pType,
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 245 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
252 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
254 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
260 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
265 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
271 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
277 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 231 Writer->addRelocation(Fragment->getParent(), MRE);
242 Writer->addRelocation(Fragment->getParent(), MRE);
295 Writer->addRelocation(Fragment->getParent(), MRE);
305 Writer->addRelocation(Fragment->getParent(), MRE);
428 Writer->addRelocation(Fragment->getParent(), MREPair);
431 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 198 Writer->addRelocation(Fragment->getParent(), MRE);
335 Writer->addRelocation(Fragment->getParent(), MRE);
391 Writer->addRelocation(Fragment->getParent(), MRE);
401 Writer->addRelocation(Fragment->getParent(), MRE);
448 Writer->addRelocation(Fragment->getParent(), MRE);
543 Writer->addRelocation(Fragment->getParent(), MRE);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 196 void addRelocation(const MCSectionData *SD,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
276 MCE.addRelocation(MR);
297 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 304 /// addRelocation - Whenever a relocatable address is needed, it should be
306 virtual void addRelocation(const MachineRelocation &MR) = 0;
MachineCodeEmitter.h 301 /// addRelocation - Whenever a relocatable address is needed, it should be
303 virtual void addRelocation(const MachineRelocation &MR) = 0;
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 495 MCE.addRelocation(MR);
503 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
512 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
521 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
529 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 505 /// addRelocation - add a relocation entry in MCLinker (only for object file)
508 Relocation* MCLinker::addRelocation(Relocation::Type pType,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 413 virtual void addRelocation(const MachineRelocation &MR) {
    [all...]

Completed in 399 milliseconds