Lines Matching refs:IDLoc
586 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
601 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
603 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
763 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
769 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
774 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
784 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
791 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
793 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
803 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
830 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
871 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveTBSS()
915 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
958 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveZerofill()