Searched defs:EmptyRanges (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2294 ArrayRef<SMRange> EmptyRanges = None; local
2358 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2457 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm);
2469 MatchingInlineAsm ? EmptyRanges : Op.getLocRange();
2478 EmptyRanges, MatchingInlineAsm);
2488 return Error(IDLoc, "invalid operand for instruction", EmptyRanges,
2505 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2512 Error(IDLoc, "invalid operand for instruction", EmptyRanges,
2519 EmptyRanges, MatchingInlineAsm);

Completed in 162 milliseconds