Lines Matching refs:SymbolID

458   StringRef SymbolID;  in ParseDirectiveSecRel32()  local
459 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32()
479 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32()
488 StringRef SymbolID; in ParseDirectiveRVA() local
489 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveRVA()
506 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveRVA()
518 StringRef SymbolID; in ParseDirectiveSafeSEH() local
519 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH()
525 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH()
533 StringRef SymbolID; in ParseDirectiveSecIdx() local
534 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecIdx()
540 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecIdx()
548 StringRef SymbolID; in ParseDirectiveSymIdx() local
549 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSymIdx()
555 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSymIdx()
611 StringRef SymbolID; in ParseSEHDirectiveStartProc() local
612 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc()
618 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveStartProc()
650 StringRef SymbolID; in ParseSEHDirectiveHandler() local
651 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveHandler()
668 MCSymbol *handler = getContext().getOrCreateSymbol(SymbolID); in ParseSEHDirectiveHandler()