Searched refs:ELFAsmParser (Results 1 – 2 of 2) 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 __anonee349c740111::ELFAsmParser223 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize()349 unsigned ELFAsmParser::parseSunStyleSectionFlags() { in parseSunStyleSectionFlags()422 bool ELFAsmParser::parseMergeSize(int64_t &Size) { in parseMergeSize()479 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()727 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType()780 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent()[all …]
789 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp