Lines Matching defs:DSYMPath
7144 std::string DSYMPath;
7156 DSYMPath = std::string(Path);
7158 DSYMPath = FilenameDSYM.str();
7163 if (DSYMPath.empty() && !DSYMFile.empty()) {
7164 // If DSYMPath is a .dSYM directory, append the Mach-O file.
7171 DSYMPath = FullPath.str();
7173 DSYMPath = DSYMFile;
7177 if (!DSYMPath.empty()) {
7180 MemoryBuffer::getFileOrSTDIN(DSYMPath);
7182 reportError(errorCodeToError(EC), DSYMPath);
7192 reportError(BinaryOrErr.takeError(), DSYMPath);
7204 << DSYMPath << " is not a Mach-O file type.\n";
7225 reportError(MachDSYM.takeError(), DSYMPath);
7234 << DSYMPath << " is not a Mach-O or Universal file type.\n";