Lines Matching refs:IDLoc
506 SMLoc IDLoc) { in parseDirectiveDumpOrLoad() argument
521 return Warning(IDLoc, "ignoring directive .dump for now"); in parseDirectiveDumpOrLoad()
523 return Warning(IDLoc, "ignoring directive .load for now"); in parseDirectiveDumpOrLoad()
685 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
691 return Error(IDLoc, ".secure_log_unique specified multiple times"); in parseDirectiveSecureLogUnique()
696 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE " in parseDirectiveSecureLogUnique()
706 return Error(IDLoc, Twine("can't open secure log file: ") + in parseDirectiveSecureLogUnique()
713 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
715 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":" in parseDirectiveSecureLogUnique()
725 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
752 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
793 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveTBSS()
835 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
878 return Error(IDLoc, "invalid symbol redefinition"); in parseDirectiveZerofill()