Searched refs:DSYMFile (Results 1 – 2 of 2) sorted by relevance
52 DSYMFile("dsym", cl::desc("Use .dSYM file for debug info")); variable355 if (!DSYMFile.empty()) { in DisassembleInputMachO()357 if (error_code ec = MemoryBuffer::getFileOrSTDIN(DSYMFile.c_str(), Buf)) { in DisassembleInputMachO()
68 static cl::opt<std::string> DSYMFile("dsym", variable6562 if (!DSYMFile.empty()) { in DisassembleMachO()6564 MemoryBuffer::getFileOrSTDIN(DSYMFile); in DisassembleMachO()