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

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 421 SMLoc IDLoc) {
436 return Warning(IDLoc, "ignoring directive .dump for now");
438 return Warning(IDLoc, "ignoring directive .load for now");
578 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
584 return Error(IDLoc, ".secure_log_unique specified multiple times");
589 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
599 return Error(IDLoc, Twine("can't open secure log file: ") +
606 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
608 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
618 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 70 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
133 void expandInstruction(MCInst &Inst, SMLoc IDLoc,
135 void expandLoadImm(MCInst &Inst, SMLoc IDLoc,
137 void expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
139 void expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
141 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
197 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
443 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
446 Inst.setLoc(IDLoc);
472 expandMemInst(Inst, IDLoc, Instructions, MCID.mayLoad(), true)
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 155 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 347 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
693 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
705 Inst.setLoc(IDLoc);
722 return Error(IDLoc, Msg);
726 SMLoc ErrorLoc = IDLoc;
729 return Error(IDLoc, "too few operands for instruction");
733 ErrorLoc = IDLoc;
739 return Error(IDLoc, "invalid instruction");
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 523 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 203 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
851 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
862 Inst.setLoc(IDLoc);
866 return Error(IDLoc, "instruction use requires an option to be enabled");
868 return Error(IDLoc, "unrecognized instruction mnemonic");
870 SMLoc ErrorLoc = IDLoc;
873 return Error(IDLoc, "too few operands for instruction");
876 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 75 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 276 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]

Completed in 605 milliseconds