Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.h49 uint64_t getSecAddr() const;
HDLinkerScript.cpp64 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in lld::elf::ExprValue
76 return getValue() - getSecAddr(); in getSectionOffset()
HDScriptParser.cpp164 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()
170 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()