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");
150 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
160 /// ParseDirectiveSymbolAttribute
162 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
COFFAsmParser.cpp 83 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
133 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
253 /// ParseDirectiveSymbolAttribute
255 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
AsmParser.cpp 424 /// ParseDirectiveSymbolAttribute - Parse a directive like ".globl" which
426 bool ParseDirectiveSymbolAttribute(MCSymbolAttr Attr);
    [all...]

Completed in 27 milliseconds