Searched refs:ExePath (Results 1 – 4 of 4) sorted by relevance
149 CFBundleInfo getBundleInfo(StringRef ExePath) { in getBundleInfo() argument158 << ", but it should be a string in: " << ExePath << ".\n"; in getBundleInfo()161 CFBundle Bundle(ExePath); in getBundleInfo()
23 CFBundleInfo getBundleInfo(llvm::StringRef ExePath);
250 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument255 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()256 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()
242 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument247 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()248 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()