Searched defs:ExprValue (Results 1 – 5 of 5) sorted by relevance
40 struct ExprValue { struct41 ExprValue(SectionBase *sec, bool forceAbsolute, uint64_t val, in ExprValue() function45 ExprValue(uint64_t val) : ExprValue(nullptr, false, val, "") {} in ExprValue() function47 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute()73 using Expr = std::function<ExprValue()>; argument
22 const MCExpr *ExprValue; member
31 const MCExpr *ExprValue) { in assignDocNode()
6143 int64_t ExprValue; in parseDirectiveIf() local6280 int64_t ExprValue; in parseDirectiveElseIf() local6630 int64_t ExprValue; in parseDirectiveErrorIfe() local
5180 int64_t ExprValue; in parseDirectiveIf() local5342 int64_t ExprValue; in parseDirectiveElseIf() local