Home
last modified time | relevance | path

Searched refs:getSecAddr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h47 uint64_t getSecAddr() const;
H A DLinkerScript.cpp120 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue
130 return getValue() - getSecAddr(); in getSectionOffset()
H A DScriptParser.cpp177 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()
183 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()