Searched refs:DSYMFile (Results 1 – 2 of 2) sorted by relevance
68 static cl::opt<std::string> DSYMFile("dsym", variable6562 if (!DSYMFile.empty()) { in DisassembleMachO()6564 MemoryBuffer::getFileOrSTDIN(DSYMFile); in DisassembleMachO()
96 static cl::opt<std::string> DSYMFile("dsym", variable7365 if (!DSYMFile.empty()) { in DisassembleMachO()7366 std::string DSYMPath(DSYMFile); in DisassembleMachO()