Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp61 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
63 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
65 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
67 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
269 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in __anond329c78c0111::WasmAsmParser
H A DELFAsmParser.cpp78 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
79 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
81 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".protected"); in Initialize()
83 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
85 &ELFAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
150 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
169 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in ELFAsmParser
H A DCOFFAsmParser.cpp72 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
145 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
277 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() function in COFFAsmParser