Searched refs:getResultPointer (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp252 intptr_t ResultPtr = (intptr_t) MR->getResultPointer();
267 if ((((intptr_t) (MR->getResultPointer()) & 0xffff) >> 15) == 1) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp242 return (intptr_t)(MR->getResultPointer());
245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
257 intptr_t Addr = (intptr_t)(MR->getResultPointer());
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h312 /// getResultPointer - Once this has been resolved to point to an actual
314 void *getResultPointer() const { function in class:llvm::MachineRelocation
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp417 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp545 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();

Completed in 190 milliseconds