Home
last modified time | relevance | path

Searched refs:ParseDirectiveSymbolAttribute (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp69 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
DCOFFAsmParser.cpp89 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser