Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp199 void *RelocPos = (char*) Function + MR->getMachineCodeOffset(); in relocate()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h196 intptr_t getMachineCodeOffset() const { in getMachineCodeOffset() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp270 void *RelocPos = (char*)Function + MR->getMachineCodeOffset(); in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp413 unsigned *RelocPos = (unsigned*)Function + MR->getMachineCodeOffset()/4; in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp530 void *RelocPos = (char*)Function + MR->getMachineCodeOffset(); in relocate()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp857 BufferBegin+MR.getMachineCodeOffset(), in finishFunction()
861 MR.getGlobalValue(), BufferBegin+MR.getMachineCodeOffset()); in finishFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp777 unsigned RelOffset = MR.getMachineCodeOffset(); in EmitRelocations()