Searched refs:DSYMFile (Results 1 – 1 of 1) sorted by relevance
64 static std::string DSYMFile; variable99 DSYMFile = InputArgs.getLastArgValue(OBJDUMP_dsym_EQ).str(); in parseMachOOptions()7143 if (DSYMFile.empty()) { in getMachODSymObject()7159 if (DSYMPath.empty() && !DSYMFile.empty()) { in getMachODSymObject()7161 if (sys::fs::is_directory(DSYMFile) && in getMachODSymObject()7162 sys::path::extension(DSYMFile) == ".dSYM") { in getMachODSymObject()7163 SmallString<128> ShortName(sys::path::filename(DSYMFile)); in getMachODSymObject()7165 SmallString<1024> FullPath(DSYMFile); in getMachODSymObject()7169 DSYMPath = DSYMFile; in getMachODSymObject()