HomeSort by relevance Sort by last modified time
    Searched refs:IDLoc (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 467 SMLoc IDLoc) {
482 return Warning(IDLoc, "ignoring directive .dump for now");
484 return Warning(IDLoc, "ignoring directive .load for now");
624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
630 return Error(IDLoc, ".secure_log_unique specified multiple times");
635 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
646 return Error(IDLoc, Twine("can't open secure log file: ") +
653 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
655 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 77 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
121 bool expandInstruction(MCInst &Inst, SMLoc IDLoc,
124 bool expandLoadImm(MCInst &Inst, SMLoc IDLoc,
127 bool expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
130 bool expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
133 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
195 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
900 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
904 Inst.setLoc(IDLoc);
922 return Error(IDLoc, "branch target out of range")
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 162 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
386 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
400 Inst.setLoc(IDLoc);
406 return Error(IDLoc,
410 SMLoc ErrorLoc = IDLoc;
413 return Error(IDLoc, "too few operands for instruction");
417 ErrorLoc = IDLoc;
423 return Error(IDLoc, "invalid instruction mnemonic");
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 346 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
677 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
690 Inst.setLoc(IDLoc);
707 return Error(IDLoc, Msg);
711 SMLoc ErrorLoc = IDLoc;
714 return Error(IDLoc, "too few operands for instruction");
718 ErrorLoc = IDLoc;
724 return Error(IDLoc, "invalid instruction");
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 694 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 248 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
922 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
933 Inst.setLoc(IDLoc);
937 return Error(IDLoc, "instruction use requires an option to be enabled");
939 return Error(IDLoc, "unrecognized instruction mnemonic");
941 SMLoc ErrorLoc = IDLoc;
944 return Error(IDLoc, "too few operands for instruction");
947 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 85 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 360 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]

Completed in 1966 milliseconds