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

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp69 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
70 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local");
72 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected");
74 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal");
76 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden");
148 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
159 /// ParseDirectiveSymbolAttribute
161 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { function in class:ELFAsmParser
H A DCOFFAsmParser.cpp89 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
261 /// ParseDirectiveSymbolAttribute
263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { function in class:COFFAsmParser

Completed in 131 milliseconds