Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp35 class ELFAsmParser : public MCAsmParserExtension { class
36 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
48 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon93857f760111::ELFAsmParser
222 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 …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile915 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp