Searched refs:ELFAsmParser (Results 1 – 8 of 8) sorted by relevance
24 class ELFAsmParser : public MCAsmParserExtension { class25 template<bool (ELFAsmParser::*Handler)(StringRef, SMLoc)>28 HandleDirective<ELFAsmParser, Handler>); in AddDirectiveHandler()36 ELFAsmParser() : SeenIdent(false) { in ELFAsmParser() function in __anon924e56ce0111::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 …]
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
37 class ELFAsmParser : public MCAsmParserExtension { class38 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>41 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()50 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon241cedda0111::ELFAsmParser56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()58 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()59 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()60 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()61 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()[all …]
501 llvm/lib/MC/MCParser/ELFAsmParser.cpp \
325 "llvm/lib/MC/MCParser/ELFAsmParser.cpp",
1167 ${LLVM_DIR}/lib/MC/MCParser/ELFAsmParser.cpp