Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Symbols

541   // Check to see that all assembler local symbols were actually defined.
542 // Targets that don't do subsections via symbols may not want this, though,
546 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
547 for (MCContext::SymbolTable::const_iterator i = Symbols.begin(),
548 e = Symbols.end();
551 // Variable symbols may not be marked as defined, so check those
843 "' (no symbols present)");
1630 ; // Allow redefinitions of undefined symbols only used in directives.
2129 // Assembler local symbols don't make any sense here. Complain loudly.