Searched refs:ELFAsmParser (Results 1 – 3 of 3) sorted by relevance
34 class ELFAsmParser : public MCAsmParserExtension { class35 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>38 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()47 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anondb0145f00111::ELFAsmParser221 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize()351 unsigned ELFAsmParser::parseSunStyleSectionFlags() { in parseSunStyleSectionFlags()424 bool ELFAsmParser::parseMergeSize(int64_t &Size) { in parseMergeSize()481 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()746 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType()799 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent()[all …]
8 ELFAsmParser.cpp
14 "ELFAsmParser.cpp",