Home
last modified time | relevance | path

Searched refs:ParseDirectiveSymbolAttribute (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp68 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
69 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
71 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()
73 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
75 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
145 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
155 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
DCOFFAsmParser.cpp76 AddDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
123 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
132 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser
DAsmParser.cpp222 bool ParseDirectiveSymbolAttribute(MCSymbolAttr Attr);
1137 return ParseDirectiveSymbolAttribute(MCSA_Global); in ParseStatement()
1139 return ParseDirectiveSymbolAttribute(MCSA_IndirectSymbol); in ParseStatement()
1141 return ParseDirectiveSymbolAttribute(MCSA_LazyReference); in ParseStatement()
1143 return ParseDirectiveSymbolAttribute(MCSA_NoDeadStrip); in ParseStatement()
1145 return ParseDirectiveSymbolAttribute(MCSA_SymbolResolver); in ParseStatement()
1147 return ParseDirectiveSymbolAttribute(MCSA_PrivateExtern); in ParseStatement()
1149 return ParseDirectiveSymbolAttribute(MCSA_Reference); in ParseStatement()
1151 return ParseDirectiveSymbolAttribute(MCSA_WeakDefinition); in ParseStatement()
1153 return ParseDirectiveSymbolAttribute(MCSA_WeakReference); in ParseStatement()
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp67 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
68 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
70 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()
72 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
74 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
138 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
151 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
DCOFFAsmParser.cpp90 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
264 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp79 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
80 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
82 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()
84 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
86 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
151 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
170 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
DCOFFAsmParser.cpp101 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
157 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
289 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser