Home | History | Annotate | Download | only in MCParser

Lines Matching refs:IDLoc

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) {
645 SMLoc IDLoc = getLexer().getLoc();
686 return Error(IDLoc, "invalid symbol redefinition");
728 SMLoc IDLoc = getLexer().getLoc();
771 return Error(IDLoc, "invalid symbol redefinition");