HomeSort by relevance Sort by last modified time
    Searched defs:IDLoc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 357 SMLoc IDLoc) {
372 return Warning(IDLoc, "ignoring directive .dump for now");
374 return Warning(IDLoc, "ignoring directive .load for now");
456 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
462 return Error(IDLoc, ".secure_log_unique specified multiple times");
467 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
477 return Error(IDLoc, Twine("can't open secure log file: ") +
484 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
486 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
496 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp 954 SMLoc IDLoc = ID.getLoc();
    [all...]

Completed in 60 milliseconds