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.cpp403 std::string TextValue; member
1102 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
2949 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
2964 Var.TextValue = Value; in parseDirectiveEquate()
2990 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3006 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3033 Var.TextValue.clear(); in parseDirectiveEquate()
3146 Data = Var.TextValue; in parseTextItem()
5418 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
5771 Var.TextValue = Value.str(); in defineMacro()