Lines Matching refs:IDLoc
476 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
491 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
493 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
655 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
661 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
666 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
676 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
683 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
685 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
695 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
722 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
763 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveTBSS()
805 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
848 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveZerofill()