Searched refs:ParseDirectiveSymbolAttribute (Results 1 – 2 of 2) sorted by relevance
69 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()70 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()72 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()74 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()76 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()148 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);161 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
89 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser