Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
Ddsymutil.cpp96 static bool createPlistFile(llvm::StringRef BundleRoot) { in createPlistFile() argument
101 llvm::SmallString<128> InfoPlist(BundleRoot); in createPlistFile()
116 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile()
117 if (llvm::sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()
/external/llvm-project/llvm/tools/dsymutil/
Ddsymutil.cpp310 static Error createPlistFile(StringRef Bin, StringRef BundleRoot, in createPlistFile() argument
313 SmallString<128> InfoPlist(BundleRoot); in createPlistFile()
324 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile()
325 if (sys::path::extension(BundleRoot) == ".dSYM") in createPlistFile()