Searched refs:DSYMFile (Results 1 – 1 of 1) sorted by relevance
66 static cl::opt<std::string> DSYMFile("dsym", variable6980 if (!DSYMFile.empty()) { in DisassembleMachO()6982 MemoryBuffer::getFileOrSTDIN(DSYMFile); in DisassembleMachO()6984 report_error(DSYMFile, errorCodeToError(EC)); in DisassembleMachO()6992 report_error(DSYMFile, std::move(E)); in DisassembleMachO()