Searched refs:EmptyRanges (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2505 ArrayRef<SMRange> EmptyRanges = None; in ErrorMissingFeature() local 2515 return Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm); in ErrorMissingFeature() 2526 ArrayRef<SMRange> EmptyRanges = None; in MatchAndEmitATTInstruction() local 2636 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm); in MatchAndEmitATTInstruction() 2647 MatchingInlineAsm ? EmptyRanges : Op.getLocRange(); in MatchAndEmitATTInstruction() 2656 EmptyRanges, MatchingInlineAsm); in MatchAndEmitATTInstruction() 2666 return Error(IDLoc, "invalid operand for instruction", EmptyRanges, in MatchAndEmitATTInstruction() 2683 return Error(IDLoc, "invalid operand for instruction", EmptyRanges, in MatchAndEmitATTInstruction() 2689 EmptyRanges, MatchingInlineAsm); in MatchAndEmitATTInstruction() 2702 ArrayRef<SMRange> EmptyRanges = None; in MatchAndEmitIntelInstruction() local [all …]
|