Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp36 class ELFAsmParser : public MCAsmParserExtension { class
37 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
49 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anonee349c740111::ELFAsmParser
223 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 …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile789 SRCS_MIN+= MC/MCParser/ELFAsmParser.cpp