Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp52 DSYMFile("dsym", cl::desc("Use .dSYM file for debug info")); variable
355 if (!DSYMFile.empty()) { in DisassembleInputMachO()
357 if (error_code ec = MemoryBuffer::getFileOrSTDIN(DSYMFile.c_str(), Buf)) { in DisassembleInputMachO()
/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()