Home
last modified time | relevance | path

Searched refs:BundleDir (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/dsymutil/
Ddsymutil.cpp222 llvm::SmallString<128> BundleDir(OutputFileOpt); in getOutputFileName() local
223 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
Ddsymutil.cpp305 llvm::SmallString<128> BundleDir(OutputFileOpt); in getOutputFileName() local
306 if (BundleDir.empty()) in getOutputFileName()
307 BundleDir = DwarfFile + ".dSYM"; in getOutputFileName()
308 if (!createBundleDir(BundleDir) || !createPlistFile(DwarfFile, BundleDir)) in getOutputFileName()
311 llvm::sys::path::append(BundleDir, "Contents", "Resources", "DWARF", in getOutputFileName()
313 return BundleDir.str(); in getOutputFileName()