Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp85 return BO->getCurrentPCOffset(); in getCurrentPCValue()
90 uintptr_t ObjectCodeEmitter::getCurrentPCOffset() const { in getCurrentPCOffset() function in llvm::ObjectCodeEmitter
91 return BO->getCurrentPCOffset(); in getCurrentPCOffset()
106 MBBLocations[MBB->getNumber()] = getCurrentPCOffset(); in StartMachineBasicBlock()
DELFCodeEmitter.cpp59 FnStartOff = ES->getCurrentPCOffset(); in startFunction()
77 FnSym->Size = ES->getCurrentPCOffset()-FnStartOff; in finishFunction()
DELFWriter.cpp598 MachineRelocation::getGV(GblS.getCurrentPCOffset(), in EmitGlobalDataRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
212 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
229 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp160 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID, in GetRelocation()
164 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in GetRelocation()
167 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in GetRelocation()
171 return MachineRelocation::getBB(MCE.getCurrentPCOffset(), in GetRelocation()
175 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitPCRelativeBlockAddress()
271 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
274 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
297 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
763 PICBaseOffset = (intptr_t) MCE.getCurrentPCOffset(); in emitInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h106 uintptr_t getCurrentPCOffset() const;
DMachineCodeEmitter.h287 virtual uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
DJITCodeEmitter.h292 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
DBinaryObject.h338 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp470 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
473 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
484 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress()
493 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
502 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
510 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1206 NumBytes += getCurrentPCOffset(); in finishGVStub()