Home
last modified time | relevance | path

Searched refs:getConstantVal (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()
254 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp437 ResultPtr += MR->getConstantVal(); in relocate()
456 ResultPtr += MR->getConstantVal(); in relocate()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp551 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()
558 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h209 intptr_t getConstantVal() const { in getConstantVal() function
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp93 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
DSValBuilder.cpp227 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder
272 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr()); in getConstantVal()
DRegionStore.cpp1752 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
DExprEngine.cpp768 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h209 Optional<SVal> getConstantVal(const Expr *E);