Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp381 static Error createPlistFile(StringRef Bin, StringRef BundleRoot, in createPlistFile() argument
384 SmallString<128> InfoPlist(BundleRoot); in createPlistFile()
395 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile()
396 if (sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()