Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp413 std::string TextValue; member
1210 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
3416 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
3431 Var.TextValue = Value; in parseDirectiveEquate()
3457 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3473 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3501 Var.TextValue.clear(); in parseDirectiveEquate()
3602 Data = Var.TextValue; in parseTextItem()
6880 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
7235 Var.TextValue = Value.str(); in defineMacro()