Searched refs:getCurrentPCOffset (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 161 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/ |
D | MipsCodeEmitter.cpp | 244 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/ |
D | X86CodeEmitter.cpp | 261 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/ |
D | MachineCodeEmitter.h | 290 virtual uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
|
D | JITCodeEmitter.h | 293 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 501 ? 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/ |
D | JITEmitter.cpp | 1196 NumBytes += getCurrentPCOffset(); in finishGVStub()
|