Home
last modified time | relevance | path

Searched refs:DSYMFile (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp62 static cl::opt<std::string> DSYMFile("dsym", variable
6033 if (!DSYMFile.empty()) { in DisassembleMachO()
6035 MemoryBuffer::getFileOrSTDIN(DSYMFile); in DisassembleMachO()