Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp90 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
311 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
335 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
1014 bool M68kAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in M68kAsmParser
1040 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()