Searched refs:getSecAddr (Results 1 – 3 of 3) sorted by relevance
49 uint64_t getSecAddr() const;
181 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()187 (a.getValue() ^ b.getValue()) - a.getSecAddr(), a.loc}; in bitXor()193 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()
126 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue131 return getValue() - getSecAddr(); in getSectionOffset()