Home | History | Annotate | Download | only in MCParser

Lines Matching refs:DescValue

454   int64_t DescValue;
455 if (getParser().parseAbsoluteExpression(DescValue))
463 // Set the n_desc field of this Symbol to this DescValue
464 getStreamer().EmitSymbolDesc(Sym, DescValue);