Searched defs:ExprValue (Results 1 – 5 of 5) sorted by relevance
41 struct ExprValue { struct42 ExprValue(SectionBase *sec, bool forceAbsolute, uint64_t val, in ExprValue() function46 ExprValue(uint64_t val) : ExprValue(nullptr, false, val, "") {} in ExprValue() argument48 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute()74 using Expr = std::function<ExprValue()>; argument
4354 int64_t ExprValue; in parseDirectiveIf() local4536 int64_t ExprValue; in parseDirectiveElseIf() local
5841 int64_t ExprValue; in parseDirectiveIf() local5979 int64_t ExprValue; in parseDirectiveElseIf() local6330 int64_t ExprValue; in parseDirectiveErrorIfe() local
5070 int64_t ExprValue; in parseDirectiveIf() local5236 int64_t ExprValue; in parseDirectiveElseIf() local
5035 int64_t ExprValue; in parseDirectiveIf() local5201 int64_t ExprValue; in parseDirectiveElseIf() local