Searched refs:DSYMPath (Results 1 – 1 of 1) sorted by relevance
7366 std::string DSYMPath(DSYMFile); in DisassembleMachO() local7369 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()7370 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()7371 SmallString<128> ShortName(llvm::sys::path::filename(DSYMPath)); in DisassembleMachO()7373 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()7376 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()7381 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()7383 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()7393 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()7406 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()[all …]