Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp89 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
310 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
334 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
976 bool M68kAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in M68kAsmParser
1002 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()