Searched refs:ELFAsmParser (Results 1 – 4 of 4) sorted by relevance
25 class ELFAsmParser : public MCAsmParserExtension { class26 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>29 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()38 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anone1b0efa20111::ELFAsmParser44 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()45 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()46 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()47 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()48 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()49 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()[all …]
6 ELFAsmParser.cpp
8 ELFAsmParser.cpp \
1234 + ELFAsmParser.cpp \