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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 68 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
69 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local");
71 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected");
73 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal");
75 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden");
145 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
153 /// ParseDirectiveSymbolAttribute
155 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
COFFAsmParser.cpp 76 AddDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
123 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
130 /// ParseDirectiveSymbolAttribute
132 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
AsmParser.cpp 220 /// ParseDirectiveSymbolAttribute - Parse a directive like ".globl" which
222 bool ParseDirectiveSymbolAttribute(MCSymbolAttr Attr);
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 67 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
68 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local");
70 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected");
72 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal");
74 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden");
138 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
149 /// ParseDirectiveSymbolAttribute
151 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
COFFAsmParser.cpp 90 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak");
142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
262 /// ParseDirectiveSymbolAttribute
264 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {

Completed in 106 milliseconds