Home
last modified time | relevance | path

Searched refs:ELFAsmParser (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp34 class ELFAsmParser : public MCAsmParserExtension { class
35 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
38 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
47 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anondb0145f00111::ELFAsmParser
221 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 …]
H A DCMakeLists.txt8 ELFAsmParser.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/MCParser/
H A DBUILD.gn14 "ELFAsmParser.cpp",