Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1205 bool ErrorMissingFeature(SMLoc IDLoc, const FeatureBitset &MissingFeatures,
4123 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, in ErrorMissingFeature() function in X86AsmParser
4219 return ErrorMissingFeature(IDLoc, MissingFeatures, MatchingInlineAsm); in matchAndEmitATTInstruction()
4385 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitATTInstruction()
4563 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitIntelInstruction()