Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp399 std::string TextValue; member
1190 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
3468 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
3483 Var.TextValue = Value; in parseDirectiveEquate()
3509 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3525 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3553 Var.TextValue.clear(); in parseDirectiveEquate()
3654 Data = Var.TextValue; in parseTextItem()
6927 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
7282 Var.TextValue = Value.str(); in defineMacro()