Searched refs:DSYMFile (Results 1 – 1 of 1) sorted by relevance
74 static std::string DSYMFile; variable109 DSYMFile = InputArgs.getLastArgValue(OBJDUMP_dsym_EQ).str(); in parseMachOOptions()7434 if (DSYMFile.empty()) { in getMachODSymObject()7450 if (DSYMPath.empty() && !DSYMFile.empty()) { in getMachODSymObject()7452 if (sys::fs::is_directory(DSYMFile) && in getMachODSymObject()7453 sys::path::extension(DSYMFile) == ".dSYM") { in getMachODSymObject()7454 SmallString<128> ShortName(sys::path::filename(DSYMFile)); in getMachODSymObject()7456 SmallString<1024> FullPath(DSYMFile); in getMachODSymObject()7460 DSYMPath = DSYMFile; in getMachODSymObject()