Home
last modified time | relevance | path

Searched refs:getCurrentPCOffset (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp161 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID, in GetRelocation()
165 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in GetRelocation()
168 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in GetRelocation()
172 return MachineRelocation::getBB(MCE.getCurrentPCOffset(), in GetRelocation()
176 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp244 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
251 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddressUnaligned()
253 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset, in emitGlobalAddressUnaligned()
259 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
264 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
270 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
276 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp261 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitPCRelativeBlockAddress()
281 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
284 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
307 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
328 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
348 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
1192 PICBaseOffset = (intptr_t) MCE.getCurrentPCOffset(); in emitInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineCodeEmitter.h290 virtual uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
DJITCodeEmitter.h293 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp501 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
504 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
515 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
524 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
533 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
541 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1196 NumBytes += getCurrentPCOffset(); in finishGVStub()