Searched refs:getCurrentPCOffset (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ObjectCodeEmitter.cpp | 85 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()
|
D | ELFCodeEmitter.cpp | 59 FnStartOff = ES->getCurrentPCOffset(); in startFunction() 77 FnSym->Size = ES->getCurrentPCOffset()-FnStartOff; in finishFunction()
|
D | ELFWriter.cpp | 598 MachineRelocation::getGV(GblS.getCurrentPCOffset(), in EmitGlobalDataRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 206 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/ |
D | PPCCodeEmitter.cpp | 160 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/ |
D | X86CodeEmitter.cpp | 251 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/ |
D | ObjectCodeEmitter.h | 106 uintptr_t getCurrentPCOffset() const;
|
D | MachineCodeEmitter.h | 287 virtual uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
|
D | JITCodeEmitter.h | 292 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
|
D | BinaryObject.h | 338 uintptr_t getCurrentPCOffset() const { in getCurrentPCOffset() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 470 ? 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/ |
D | JITEmitter.cpp | 1206 NumBytes += getCurrentPCOffset(); in finishGVStub()
|