Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp85 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
304 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
326 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp43 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
807 bool M68kAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in M68kAsmParser
833 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()