Searched refs:IDLoc (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h88 MatchInstruction(SMLoc IDLoc, unsigned &Kind, argument
104 MatchAndEmitInstruction(SMLoc IDLoc,
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp369 SMLoc IDLoc) {
384 return Warning(IDLoc, "ignoring directive .dump for now");
386 return Warning(IDLoc, "ignoring directive .load for now");
499 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { argument
505 return Error(IDLoc, ".secure_log_unique specified multiple times");
510 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
520 return Error(IDLoc, Twine("can't open secure log file: ") +
527 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
529 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
539 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { argument
368 ParseDirectiveDumpOrLoad(StringRef Directive, SMLoc IDLoc) argument
566 SMLoc IDLoc = getLexer().getLoc(); local
649 SMLoc IDLoc = getLexer().getLoc(); local
[all...]
H A DAsmParser.cpp1043 SMLoc IDLoc = ID.getLoc(); local
1048 return ParseCppHashLineFilenameComment(IDLoc);
1083 return ParseDirectiveIf(IDLoc);
1085 return ParseDirectiveIfb(IDLoc, true);
1087 return ParseDirectiveIfb(IDLoc, false);
1089 return ParseDirectiveIfc(IDLoc, true);
1091 return ParseDirectiveIfc(IDLoc, false);
1093 return ParseDirectiveIfdef(IDLoc, true);
1095 return ParseDirectiveIfdef(IDLoc, false);
1097 return ParseDirectiveElseIf(IDLoc);
2258 SMLoc IDLoc = getLexer().getLoc(); local
[all...]
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp47 bool MatchAndEmitInstruction(SMLoc IDLoc,
322 MatchAndEmitInstruction(SMLoc IDLoc, argument
335 return Error(IDLoc, "instruction use requires an option to be enabled");
337 return Error(IDLoc, "unrecognized instruction mnemonic");
339 SMLoc ErrorLoc = IDLoc;
342 return Error(IDLoc, "too few operands for instruction");
345 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp66 bool MatchAndEmitInstruction(SMLoc IDLoc,
70 bool MatchInstruction(SMLoc IDLoc, unsigned &Kind,
1524 MatchAndEmitInstruction(SMLoc IDLoc, argument
1531 bool Error = MatchInstruction(IDLoc, Kind, Operands, Insts,
1540 MatchInstruction(SMLoc IDLoc, unsigned &Kind, argument
1559 Inst.setLoc(IDLoc);
1575 Operands[0] = X86Operand::CreateToken(Repl, IDLoc);
1592 Inst.setLoc(IDLoc);
1596 Error(IDLoc, "instruction requires a CPU feature not currently enabled",
1654 Inst.setLoc(IDLoc);
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp44 bool MatchAndEmitInstruction(SMLoc IDLoc,
277 MatchAndEmitInstruction(SMLoc IDLoc, argument
288 Inst.setLoc(IDLoc);
293 Error(IDLoc, "instruction requires a CPU feature not currently enabled");
296 SMLoc ErrorLoc = IDLoc;
299 return Error(IDLoc, "too few operands for instruction");
302 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
308 return Error(IDLoc, "invalid instruction");
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp544 llvm::SMLoc IDLoc; local
546 bool HadError = TargetParser->ParseInstruction(OpcodeStr.str(), IDLoc,
555 HadError = TargetParser->MatchInstruction(IDLoc, Kind, Operands, Instrs,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp262 bool MatchAndEmitInstruction(SMLoc IDLoc,
7461 MatchAndEmitInstruction(SMLoc IDLoc, argument
7499 Inst.setLoc(IDLoc);
7515 return Error(IDLoc, Msg);
7518 SMLoc ErrorLoc = IDLoc;
7521 return Error(IDLoc, "too few operands for instruction");
7524 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
7530 return Error(IDLoc, "invalid instruction",
7533 return Error(IDLoc, "flag setting instruction only valid outside IT block");
7535 return Error(IDLoc, "instructio
[all...]

Completed in 301 milliseconds