Searched refs:BundleDir (Results 1 – 1 of 1) sorted by relevance
222 llvm::SmallString<128> BundleDir(OutputFileOpt); in getOutputFileName() local223 if (BundleDir.empty()) in getOutputFileName()224 BundleDir = DwarfFile + ".dSYM"; in getOutputFileName()225 if (!createBundleDir(BundleDir) || !createPlistFile(BundleDir)) in getOutputFileName()228 llvm::sys::path::append(BundleDir, "Contents", "Resources", "DWARF", in getOutputFileName()230 return BundleDir.str(); in getOutputFileName()