Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp413 std::string TextValue; member
1210 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
3447 if (!Var.IsText || Var.TextValue != Value) { in parseDirectiveEquate()
3462 Var.TextValue = Value; in parseDirectiveEquate()
3488 if (!Var.IsText || Var.TextValue != ExprAsString) { in parseDirectiveEquate()
3504 Var.TextValue = ExprAsString.str(); in parseDirectiveEquate()
3532 Var.TextValue.clear(); in parseDirectiveEquate()
3633 Data = Var.TextValue; in parseTextItem()
6911 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement()
7266 Var.TextValue = Value.str(); in defineMacro()