Searched refs:getSecAddr (Results 1 – 3 of 3) sorted by relevance
47 uint64_t getSecAddr() const;
174 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()180 (a.getValue() ^ b.getValue()) - a.getSecAddr(), a.loc}; in bitXor()186 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()
124 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue129 return getValue() - getSecAddr(); in getSectionOffset()