Searched refs:getConstantVal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp246 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
256 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal();
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp436 ResultPtr += MR->getConstantVal();
455 ResultPtr += MR->getConstantVal();
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp556 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal();
563 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h206 /// getConstantVal - Get the constant value associated with this relocation.
209 intptr_t getConstantVal() const { function in class:llvm::MachineRelocation

Completed in 129 milliseconds