Home | History | Annotate | Download | only in MCParser

Lines Matching refs:DescValue

530   int64_t DescValue;
531 if (getParser().parseAbsoluteExpression(DescValue))
539 // Set the n_desc field of this Symbol to this DescValue
540 getStreamer().EmitSymbolDesc(Sym, DescValue);