HomeSort by relevance Sort by last modified time
    Searched full:getcurrentpcoffset (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 239 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
246 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
248 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
254 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
259 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
265 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
271 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 162 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID,
166 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
169 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
173 return MachineRelocation::getBB(MCE.getCurrentPCOffset(),
177 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 290 /// getCurrentPCOffset - Return the offset from the start of the emitted
292 uintptr_t getCurrentPCOffset() const {
MachineCodeEmitter.h 287 /// getCurrentPCOffset - Return the offset from the start of the emitted
289 virtual uintptr_t getCurrentPCOffset() const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 269 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
289 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
292 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
315 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
336 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
356 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 505 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
508 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
519 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
528 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
537 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
545 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 392 milliseconds