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 467 SMLoc IDLoc) {
482 return Warning(IDLoc, "ignoring directive .dump for now");
484 return Warning(IDLoc, "ignoring directive .load for now");
624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
630 return Error(IDLoc, ".secure_log_unique specified multiple times");
635 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
646 return Error(IDLoc, Twine("can't open secure log file: ") +
653 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
655 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp     [all...]

Completed in 40 milliseconds