reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/AsmParser.cpp
 6028   SMLoc EqualLoc = Parser.getTok().getLoc();
 6029   if (Parser.parseExpression(Value))
 6030     return Parser.TokError("missing expression");
 6036   if (Parser.parseToken(AsmToken::EndOfStatement))
 6041   Sym = Parser.getContext().lookupSymbol(Name);
 6048       return Parser.Error(EqualLoc, "Recursive use of '" + Name + "'");
 6055       return Parser.Error(EqualLoc, "redefinition of '" + Name + "'");
 6057       return Parser.Error(EqualLoc, "invalid assignment to '" + Name + "'");
 6059       return Parser.Error(EqualLoc,
 6063     Parser.getStreamer().emitValueToOffset(Value, 0, EqualLoc);
 6066     Sym = Parser.getContext().getOrCreateSymbol(Name);