Home
last modified time | relevance | path

Searched refs:WasmAsmParser (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp36 class WasmAsmParser : public MCAsmParserExtension { class
40 template<bool (WasmAsmParser::*HandlerMethod)(StringRef, SMLoc)>
43 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
49 WasmAsmParser() { BracketExpressionsSupported = true; } in WasmAsmParser() function in __anon29f502570111::WasmAsmParser
60 addDirectiveHandler<&WasmAsmParser::parseDirectiveSize>(".size"); in Initialize()
61 addDirectiveHandler<&WasmAsmParser::parseDirectiveType>(".type"); in Initialize()
64 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
66 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
68 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
70 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile921 SRCS_MIN+= MC/MCParser/WasmAsmParser.cpp