Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp396 std::string TextValue; member
1189 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
3432 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
3447 Var.TextValue = Value; in parseDirectiveEquate()
3473 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3489 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3517 Var.TextValue.clear(); in parseDirectiveEquate()
3618 Data = Var.TextValue; in parseTextItem()
6894 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
7247 Var.TextValue = Value.str(); in defineMacro()