Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h51 uint64_t getSecAddr() const;
H A DLinkerScript.cpp67 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue
79 return getValue() - getSecAddr(); in getSectionOffset()
H A DScriptParser.cpp168 (A.getValue() & B.getValue()) - A.getSecAddr(), A.Loc}; in bitAnd()
174 (A.getValue() | B.getValue()) - A.getSecAddr(), A.Loc}; in bitOr()