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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 71 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
72 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local");
74 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected");
76 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal");
78 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden");
149 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
157 /// ParseDirectiveSymbolAttribute
159 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
COFFAsmParser.cpp 78 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
126 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
133 /// ParseDirectiveSymbolAttribute
135 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
AsmParser.cpp 413 /// ParseDirectiveSymbolAttribute - Parse a directive like ".globl" which
415 bool ParseDirectiveSymbolAttribute(MCSymbolAttr Attr);
    [all...]

Completed in 2603 milliseconds