Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp68 static cl::opt<std::string> DSYMFile("dsym", variable
6562 if (!DSYMFile.empty()) { in DisassembleMachO()
6564 MemoryBuffer::getFileOrSTDIN(DSYMFile); in DisassembleMachO()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp96 static cl::opt<std::string> DSYMFile("dsym", variable
7365 if (!DSYMFile.empty()) { in DisassembleMachO()
7366 std::string DSYMPath(DSYMFile); in DisassembleMachO()