HomeSort by relevance Sort by last modified time
    Searched defs:IDLoc (Results 1 - 3 of 3) 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 123 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
176 bool expandInstruction(MCInst &Inst, SMLoc IDLoc,
179 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc,
182 bool expandLoadImm(MCInst &Inst, SMLoc IDLoc,
185 bool expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc,
188 bool expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc,
190 bool expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
193 void expandLoadAddressSym(MCInst &Inst, SMLoc IDLoc,
196 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
200 bool expandLoadStoreMultiple(MCInst &Inst, SMLoc IDLoc,
    [all...]

Completed in 107 milliseconds