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