Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp35 class ELFAsmParser : public MCAsmParserExtension { class
36 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
48 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon968b9ec00111::ELFAsmParser
54 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()
55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()
58 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()
59 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile921 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp