Lines Matching refs:SymbolID
443 StringRef SymbolID; in ParseDirectiveSecRel32() local
444 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32()
450 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32()
458 StringRef SymbolID; in ParseDirectiveSafeSEH() local
459 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH()
465 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH()
473 StringRef SymbolID; in ParseDirectiveSecIdx() local
474 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecIdx()
480 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecIdx()
536 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
537 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc()
543 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveStartProc()
569 StringRef SymbolID; in ParseSEHDirectiveHandler() local
570 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveHandler()
587 MCSymbol *handler = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveHandler()