Searched refs:ELFAsmParser (Results 1 – 2 of 2) sorted by relevance
37 class ELFAsmParser : public MCAsmParserExtension { class41 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()50 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon295ebde50111::ELFAsmParser218 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize()341 unsigned ELFAsmParser::parseSunStyleSectionFlags() { in parseSunStyleSectionFlags()414 bool ELFAsmParser::parseMergeSize(int64_t &Size) { in parseMergeSize()425 bool ELFAsmParser::parseGroup(StringRef &GroupName) { in parseGroup()461 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()683 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType()736 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent()[all …]
672 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp