Lines Matching refs:IDLoc
587 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
602 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
604 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
761 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
767 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
772 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
782 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
789 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
791 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
801 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
828 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
869 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveTBSS()
913 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
956 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveZerofill()