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 __anon93857f760111::ELFAsmParser222 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize()365 unsigned ELFAsmParser::parseSunStyleSectionFlags() { in parseSunStyleSectionFlags()438 bool ELFAsmParser::parseMergeSize(int64_t &Size) { in parseMergeSize()495 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()762 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType()815 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent()[all …]
915 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp