Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp64 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
66 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
68 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
70 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
286 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in __anon8dbf0ae10111::WasmAsmParser
H A DELFAsmParser.cpp77 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
78 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
80 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()
82 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
84 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
149 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
168 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
H A DCOFFAsmParser.cpp70 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
71 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak_anti_dep"); in Initialize()
142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
272 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser