Searched refs:ELFAsmParser (Results 1 – 2 of 2) sorted by relevance
35 class ELFAsmParser : public MCAsmParserExtension { class36 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()48 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon968b9ec00111::ELFAsmParser54 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 …]
921 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp