HomeSort by relevance Sort by last modified time
    Searched refs:ParseDirectiveSymbolAttribute (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 69 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) {
COFFAsmParser.cpp 89 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
261 /// ParseDirectiveSymbolAttribute
263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {

Completed in 36 milliseconds