Searched refs:getConstantVal (Results 1 – 10 of 10) sorted by relevance
245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()254 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
434 ResultPtr += MR->getConstantVal(); in relocate()453 ResultPtr += MR->getConstantVal(); in relocate()
536 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()543 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
95 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
246 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder301 Optional<SVal> Val = getConstantVal(SE); in getConstantVal()
1839 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
961 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
209 intptr_t getConstantVal() const { in getConstantVal() function
215 Optional<SVal> getConstantVal(const Expr *E);
791 int64_t GlobalOffset = MR.getConstantVal(); in EmitRelocations()808 unsigned SectionIdx = MR.getConstantVal(); in EmitRelocations()