HomeSort by relevance Sort by last modified time
    Searched refs:IDLoc (Results 1 - 8 of 8) 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,
114 void expandInstruction(MCInst &Inst, SMLoc IDLoc,
116 void expandLoadImm(MCInst &Inst, SMLoc IDLoc,
118 void expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
120 void expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
405 void MipsAsmParser::expandInstruction(MCInst &Inst, SMLoc IDLoc,
409 return expandLoadImm(Inst, IDLoc, Instructions);
411 return expandLoadAddressImm(Inst,IDLoc,Instructions);
413 return expandLoadAddressReg(Inst,IDLoc,Instructions);
417 void MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc,
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 141 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 48 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
324 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
336 return Error(IDLoc, "instruction use requires an option to be enabled");
338 return Error(IDLoc, "unrecognized instruction mnemonic");
340 SMLoc ErrorLoc = IDLoc;
343 return Error(IDLoc, "too few operands for instruction");
346 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 74 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [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 275 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]

Completed in 281 milliseconds