Searched defs:ExprValue (Results 1 – 3 of 3) sorted by relevance
38 struct ExprValue { struct39 ExprValue(SectionBase *sec, bool forceAbsolute, uint64_t val, in ExprValue() function43 ExprValue(uint64_t val) : ExprValue(nullptr, false, val, "") {} in ExprValue() argument45 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute()71 using Expr = std::function<ExprValue()>; argument
6174 int64_t ExprValue; in parseDirectiveIf() local6311 int64_t ExprValue; in parseDirectiveElseIf() local6661 int64_t ExprValue; in parseDirectiveErrorIfe() local
5155 int64_t ExprValue; in parseDirectiveIf() local5317 int64_t ExprValue; in parseDirectiveElseIf() local