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 421 SMLoc IDLoc) {
436 return Warning(IDLoc, "ignoring directive .dump for now");
438 return Warning(IDLoc, "ignoring directive .load for now");
578 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
584 return Error(IDLoc, ".secure_log_unique specified multiple times");
589 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
599 return Error(IDLoc, Twine("can't open secure log file: ") +
606 int CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
608 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
618 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp     [all...]

Completed in 59 milliseconds