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

  /external/llvm/lib/CodeGen/
ELFCodeEmitter.h 43 /// addRelocation - Register new relocations for this function
44 void addRelocation(const MachineRelocation &MR) {
ObjectCodeEmitter.cpp 94 /// addRelocation - Whenever a relocatable address is needed, it should be
96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) {
97 BO->addRelocation(relocation);
ELFCodeEmitter.cpp 96 JTSection.addRelocation(MR);
126 ES->addRelocation(MR);
ELFWriter.cpp 609 GblS.addRelocation(MR);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 184 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx));
191 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx));
200 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_high));
209 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
225 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low));
240 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix));
  /external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h 108 /// addRelocation - Whenever a relocatable address is needed, it should be
110 void addRelocation(const MachineRelocation& relocation);
MachineCodeEmitter.h 298 /// addRelocation - Whenever a relocatable address is needed, it should be
300 virtual void addRelocation(const MachineRelocation &MR) = 0;
JITCodeEmitter.h 303 /// addRelocation - Whenever a relocatable address is needed, it should be
305 virtual void addRelocation(const MachineRelocation &MR) = 0;
BinaryObject.h 342 /// addRelocation - Whenever a relocatable address is needed, it should be
344 void addRelocation(const MachineRelocation& relocation) {
  /external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp 206 Writer->addRelocation(Fragment->getParent(), MRE);
217 Writer->addRelocation(Fragment->getParent(), MRE);
268 Writer->addRelocation(Fragment->getParent(), MRE);
278 Writer->addRelocation(Fragment->getParent(), MRE);
378 Writer->addRelocation(Fragment->getParent(), MRE);
ARMCodeEmitter.cpp 490 MCE.addRelocation(MR);
498 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
507 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
516 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
524 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/X86/
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);
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/MC/
MCMachObjectWriter.h 196 void addRelocation(const MCSectionData *SD,
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 203 virtual void addRelocation(const llvm::MachineRelocation &MR) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 417 virtual void addRelocation(const MachineRelocation &MR) {
    [all...]

Completed in 1056 milliseconds