Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp34 class WasmAsmParser : public MCAsmParserExtension { class
38 template<bool (WasmAsmParser::*HandlerMethod)(StringRef, SMLoc)>
41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
47 WasmAsmParser() { BracketExpressionsSupported = true; } in WasmAsmParser() function in __anonda87bf150111::WasmAsmParser
57 addDirectiveHandler<&WasmAsmParser::parseDirectiveSize>(".size"); in Initialize()
58 addDirectiveHandler<&WasmAsmParser::parseDirectiveType>(".type"); in Initialize()
61 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".weak"); in Initialize()
63 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".local"); in Initialize()
65 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".internal"); in Initialize()
67 &WasmAsmParser::ParseDirectiveSymbolAttribute>(".hidden"); in Initialize()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile794 SRCS_MIN+= MC/MCParser/WasmAsmParser.cpp