Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp413 std::string TextValue; member
1210 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
3415 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
3430 Var.TextValue = Value; in parseDirectiveEquate()
3456 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3472 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3500 Var.TextValue.clear(); in parseDirectiveEquate()
3601 Data = Var.TextValue; in parseTextItem()
6879 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
7234 Var.TextValue = Value.str(); in defineMacro()