Searched refs:ELFAsmParser (Results 1 – 4 of 4) sorted by relevance
36 class ELFAsmParser : public MCAsmParserExtension { class37 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()49 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anonafebf20b0111::ELFAsmParser55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()58 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()59 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()60 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()[all …]
7 ELFAsmParser.cpp
14 "ELFAsmParser.cpp",
14 ELFAsmParser.cpp \