Searched refs:addRelocation (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp185 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));
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp244 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
251 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
253 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
259 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
264 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
270 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
276 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp231 Writer->addRelocation(Fragment->getParent(), MRE);
242 Writer->addRelocation(Fragment->getParent(), MRE);
295 Writer->addRelocation(Fragment->getParent(), MRE);
305 Writer->addRelocation(Fragment->getParent(), MRE);
435 Writer->addRelocation(Fragment->getParent(), MREPair);
438 Writer->addRelocation(Fragment->getParent(), MRE);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp198 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/CodeGen/
H A DJITCodeEmitter.h304 /// addRelocation - Whenever a relocatable address is needed, it should be
306 virtual void addRelocation(const MachineRelocation &MR) = 0;
H A DMachineCodeEmitter.h301 /// addRelocation - Whenever a relocatable address is needed, it should be
303 virtual void addRelocation(const MachineRelocation &MR) = 0;
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h199 void addRelocation(const MCSectionData *SD, function in class:llvm::MachObjectWriter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp261 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
286 MCE.addRelocation(MR);
307 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
328 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
348 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp507 MCE.addRelocation(MR);
515 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
524 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
533 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
541 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp418 virtual void addRelocation(const MachineRelocation &MR) { function in class:__anon8763::JITEmitter

Completed in 148 milliseconds