Lines Matching refs:SymbolID
476 StringRef SymbolID; in ParseDirectiveSecRel32() local
477 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32()
497 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32()
506 StringRef SymbolID; in ParseDirectiveRVA() local
507 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveRVA()
524 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveRVA()
536 StringRef SymbolID; in ParseDirectiveSafeSEH() local
537 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH()
543 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH()
551 StringRef SymbolID; in ParseDirectiveSecIdx() local
552 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecIdx()
558 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecIdx()
566 StringRef SymbolID; in ParseDirectiveSymIdx() local
567 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSymIdx()
573 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSymIdx()
629 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
630 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc()
636 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveStartProc()
668 StringRef SymbolID; in ParseSEHDirectiveHandler() local
669 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveHandler()
686 MCSymbol *handler = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveHandler()