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

References

lib/MC/MCParser/AsmParser.cpp
 1706     return parseCppHashLineFilenameComment(IDLoc);
 1713         return Error(IDLoc, "unexpected token at start of statement");
 1722           return Error(IDLoc, "unexpected token at start of statement");
 1747       return Error(IDLoc, "unexpected token at start of statement");
 1771     return parseDirectiveIf(IDLoc, DirKind);
 1773     return parseDirectiveIfb(IDLoc, true);
 1775     return parseDirectiveIfb(IDLoc, false);
 1777     return parseDirectiveIfc(IDLoc, true);
 1779     return parseDirectiveIfeqs(IDLoc, true);
 1781     return parseDirectiveIfc(IDLoc, false);
 1783     return parseDirectiveIfeqs(IDLoc, false);
 1785     return parseDirectiveIfdef(IDLoc, true);
 1788     return parseDirectiveIfdef(IDLoc, false);
 1790     return parseDirectiveElseIf(IDLoc);
 1792     return parseDirectiveElse(IDLoc);
 1794     return parseDirectiveEndIf(IDLoc);
 1819       return Error(IDLoc, "invalid use of pseudo-symbol '.' as a label");
 1830             SI->LookupInlineAsmLabel(IDVal, getSourceManager(), IDLoc, true);
 1833         Info.AsmRewrites->emplace_back(AOK_Label, IDLoc, IDVal.size(),
 1860       Out.EmitLabel(Sym, IDLoc);
 1866                                  IDLoc);
 1888       return handleMacroEntry(M, IDLoc);
 1929       return (*Handler.second)(Handler.first, IDVal, IDLoc);
 2041       return parseDirectiveRept(IDLoc, IDVal);
 2043       return parseDirectiveIrp(IDLoc);
 2045       return parseDirectiveIrpc(IDLoc);
 2047       return parseDirectiveEndr(IDLoc);
 2062       return parseDirectiveFile(IDLoc);
 2100       return parseDirectiveCFIDefCfa(IDLoc);
 2106       return parseDirectiveCFIDefCfaRegister(IDLoc);
 2108       return parseDirectiveCFIOffset(IDLoc);
 2110       return parseDirectiveCFIRelOffset(IDLoc);
 2120       return parseDirectiveCFISameValue(IDLoc);
 2122       return parseDirectiveCFIRestore(IDLoc);
 2126       return parseDirectiveCFIReturnColumn(IDLoc);
 2130       return parseDirectiveCFIUndefined(IDLoc);
 2132       return parseDirectiveCFIRegister(IDLoc);
 2139       return parseDirectiveMacro(IDLoc);
 2149       return parseDirectivePurgeMacro(IDLoc);
 2151       return parseDirectiveEnd(IDLoc);
 2153       return parseDirectiveError(IDLoc, false);
 2155       return parseDirectiveError(IDLoc, true);
 2157       return parseDirectiveWarning(IDLoc);
 2159       return parseDirectiveReloc(IDLoc);
 2189       return parseDirectivePrint(IDLoc);
 2196     return Error(IDLoc, "unknown directive");
 2202     return parseDirectiveMSEmit(IDLoc, Info, IDVal.size());
 2206     return parseDirectiveMSAlign(IDLoc, Info);
 2209     Info.AsmRewrites->emplace_back(AOK_EVEN, IDLoc, 4);
 2232     printMessage(IDLoc, SourceMgr::DK_Note, OS.str());
 2246       Line = SrcMgr.FindLineNumber(IDLoc, CurBuffer);
 2274             IDLoc, Info.Opcode, Info.ParsedOperands, Out, ErrorInfo,